Skip to content

Commit

Permalink
Version 3.0.0 finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Dec 16, 2014
1 parent ba399c7 commit 8a7a71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-MYAPNEAORG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 3.0.0
## 3.0.0 (December 16, 2014)

### Enhancements
- **General Changes**
- Added lottery language to the Informed Consent to Question 14.
- Split existing survey into three smaller surveys
- Added new landing page prototype

## 2.1.0 (December 10, 2014)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 0
BUILD = "pre" # nil, "pre", "beta1", "beta2", "rc", "rc2"
BUILD = nil # nil, "pre", "beta1", "beta2", "rc", "rc2"

STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
Expand Down

0 comments on commit 8a7a71b

Please sign in to comment.