Skip to content

Commit

Permalink
minor release - Bump to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Oct 29, 2014
1 parent e1e02e7 commit 1a476a3
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: "0.10.0",
version: "0.11.0",
name: "splendido:accounts-templates-unstyled",
git: "https://github.com/splendido/accounts-templates-unstyled.git",
});
Expand All @@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"splendido:accounts-templates-core@0.10.0",
"splendido:accounts-templates-core@0.11.0",
], ["client", "server"]);

api.add_files([
Expand Down Expand Up @@ -58,7 +58,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
"splendido:accounts-templates-unstyled",
"splendido:accounts-templates-core@0.10.0",
"splendido:accounts-templates-core@0.11.0",
]);

api.use([
Expand Down

0 comments on commit 1a476a3

Please sign in to comment.