Skip to content

Commit

Permalink
patch release - Bump to version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 11, 2015
1 parent 509a8c0 commit 7aa1605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Accounts Templates styled for Materialize Css.',
version: '1.12.0',
version: '1.12.1',
name: 'useraccounts:materialize',
git: 'https://github.com/meteor-useraccounts/materialize.git',
});
Expand All @@ -17,7 +17,7 @@ Package.on_use(function(api, where) {
], ['client', 'server']);

api.imply([
'useraccounts:core@1.12.0',
'useraccounts:core@1.12.1',
], ['client', 'server']);

api.add_files([
Expand Down Expand Up @@ -65,7 +65,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
'useraccounts:materialize',
'useraccounts:core@1.12.0',
'useraccounts:core@1.12.1',
]);

api.use([
Expand Down

0 comments on commit 7aa1605

Please sign in to comment.