Skip to content

Commit

Permalink
minor release - Bump to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Feb 19, 2015
1 parent b157da4 commit b49b06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Accounts Templates unstyled.",
version: "1.7.1",
version: "1.8.0",
name: "useraccounts:unstyled",
git: "https://github.com/meteor-useraccounts/unstyled.git",
});
Expand All @@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:core@1.7.1",
"useraccounts:core@1.8.0",
], ["client", "server"]);

api.add_files([
Expand Down Expand Up @@ -62,7 +62,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
"useraccounts:unstyled",
"useraccounts:core@1.7.1",
"useraccounts:core@1.8.0",
]);

api.use([
Expand Down

0 comments on commit b49b06e

Please sign in to comment.