Skip to content

Commit f8bb166

Browse files
committed
patch release - Bump to version 1.2.3
1 parent 6c92b35 commit f8bb166

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.2.2",
3+
version: "1.2.3",
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].2",
21+
"useraccounts:[email protected].3",
2222
], ["client", "server"]);
2323

2424
api.add_files([
@@ -60,7 +60,7 @@ Package.on_use(function(api, where) {
6060
Package.on_test(function(api) {
6161
api.use([
6262
"useraccounts:bootstrap",
63-
"useraccounts:[email protected].2",
63+
"useraccounts:[email protected].3",
6464
]);
6565

6666
api.use([

0 commit comments

Comments
 (0)