Skip to content

Commit

Permalink
minor release - Bump to version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Apr 11, 2016
1 parent 76bb68c commit 5ae8426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Accounts Templates styled for Semantic UI.',
version: '1.13.1',
version: '1.14.0',
name: 'useraccounts:semantic-ui',
git: 'https://github.com/meteor-useraccounts/semantic-ui.git',
});
Expand All @@ -22,7 +22,7 @@ Package.on_use(function(api, where) {
api.use('useraccounts:iron-routing@1.13.1', ['client', 'server'], {weak: true});

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

api.add_files([
Expand Down Expand Up @@ -70,7 +70,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
'useraccounts:semantic-ui',
'useraccounts:core@1.13.1',
'useraccounts:core@1.14.0',
]);

api.use([
Expand Down

0 comments on commit 5ae8426

Please sign in to comment.