Skip to content

Commit 455740b

Browse files
committed
minor release - Bump to version 0.11.0
1 parent f90f57a commit 455740b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Accounts Templates styled for Twitter Bootstrap.",
3-
version: "0.10.0",
3+
version: "0.11.0",
44
name: "splendido:accounts-templates-bootstrap",
55
git: "https://github.com/splendido/accounts-templates-bootstrap.git",
66
});
@@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
1818
], ["client", "server"]);
1919

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

2424
api.add_files([
@@ -58,7 +58,7 @@ Package.on_use(function(api, where) {
5858
Package.on_test(function(api) {
5959
api.use([
6060
"splendido:accounts-templates-bootstrap",
61-
"splendido:accounts-templates-core@0.10.0",
61+
"splendido:accounts-templates-core@0.11.0",
6262
]);
6363

6464
api.use([

0 commit comments

Comments
 (0)