Skip to content

Commit 7e48cdd

Browse files
committed
Major release - Bump to version 1.0.0
1 parent bbe3705 commit 7e48cdd

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.11.0",
3+
version: "1.0.0",
44
name: "useraccounts:bootstrap",
55
git: "https://github.com/meteor-useraccounts/bootstrap.git",
66
});
@@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
1818
], ["client", "server"]);
1919

2020
api.imply([
21-
"useraccounts:core@0.11.0",
21+
"useraccounts:core@1.0.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
"useraccounts:bootstrap",
61-
"useraccounts:core@0.11.0",
61+
"useraccounts:core@1.0.0",
6262
]);
6363

6464
api.use([

0 commit comments

Comments
 (0)