Skip to content

Commit 2f0ebc2

Browse files
committed
patch release - Bump to version 1.8.1
1 parent 0b141a4 commit 2f0ebc2

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: "1.8.0",
3+
version: "1.8.1",
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:[email protected].0",
21+
"useraccounts:[email protected].1",
2222
], ["client", "server"]);
2323

2424
api.add_files([
@@ -62,7 +62,7 @@ Package.on_use(function(api, where) {
6262
Package.on_test(function(api) {
6363
api.use([
6464
"useraccounts:bootstrap",
65-
"useraccounts:[email protected].0",
65+
"useraccounts:[email protected].1",
6666
]);
6767

6868
api.use([

0 commit comments

Comments
 (0)