File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
.vagrant/machines/default/virtualbox Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ 501
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
1919
2020 appTitle = (defaultText = "Quick Survey" ),
2121
22- appVersion = 7 , # Increment this for every release.
22+ appVersion = 8 , # Increment this for every release.
2323
24- appMarketingVersion = (defaultText = "2. 2 . 0" ),
24+ appMarketingVersion = (defaultText = "2. 3 . 0" ),
2525 # Human-readable representation of appVersion. Should match the way you
2626 # identify versions of your app in documentation and marketing.
2727
Original file line number Diff line number Diff line change 1- # 2.2.1
1+ # 2.3.0
22
33* Update to a newer version of Meteor
44* Update to a newer version of angular-meteor.
Original file line number Diff line number Diff line change 1+ {
2+ "devDependencies" : {},
3+ "dependencies" : {
4+ "angular" : " ^1.5.8" ,
5+ "angular-meteor" : " ^1.3.2" ,
6+ "bcrypt" : " ^0.8.7"
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments