Skip to content

Commit

Permalink
patch release - Bump to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 28, 2015
1 parent d66c867 commit 01541d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ iron:[email protected]
[email protected]
[email protected]
[email protected]
local-test:useraccounts:semantic-ui@1.5.0
local-test:useraccounts:semantic-ui@1.6.0
[email protected]
[email protected]
[email protected]
Expand All @@ -56,7 +56,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
useraccounts:core@1.5.0
useraccounts:semantic-ui@1.5.0
useraccounts:core@1.6.0
useraccounts:semantic-ui@1.6.0
[email protected]
[email protected]
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.6.0",
version: "1.6.1",
name: "useraccounts:semantic-ui",
git: "https://github.com/meteor-useraccounts/semantic-ui.git",
});
Expand All @@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:[email protected].0",
"useraccounts:[email protected].1",
], ["client", "server"]);

api.add_files([
Expand Down Expand Up @@ -60,7 +60,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
"useraccounts:semantic-ui",
"useraccounts:[email protected].0",
"useraccounts:[email protected].1",
]);

api.use([
Expand Down

0 comments on commit 01541d2

Please sign in to comment.