Skip to content

Commit

Permalink
Upgrade Meteor, upgrade Angular-Meteor, log in check, small radio but…
Browse files Browse the repository at this point in the history
…tons fix, bump to v2.3.0
  • Loading branch information
simonv3 committed Oct 9, 2016
1 parent 6dd4c3b commit 2c568df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
501
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Quick Survey"),

appVersion = 7, # Increment this for every release.
appVersion = 8, # Increment this for every release.

appMarketingVersion = (defaultText = "2.2.0"),
appMarketingVersion = (defaultText = "2.3.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion meta/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.2.1
# 2.3.0

* Update to a newer version of Meteor
* Update to a newer version of angular-meteor.
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"devDependencies": {},
"dependencies": {
"angular": "^1.5.8",
"angular-meteor": "^1.3.2",
"bcrypt": "^0.8.7"
}
}

0 comments on commit 2c568df

Please sign in to comment.