Skip to content

Commit

Permalink
minor release - Bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Feb 13, 2015
1 parent 2249462 commit 2a53204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[![Build Status](https://travis-ci.org/meteor-useraccounts/materialize.svg?branch=master)](https://travis-ci.org/meteor-useraccounts/materialize)

# WIP

This project is still under development and was not published to Atmosphere yet!

# useraccounts:materialize

Meteor sign up and sign in templates (and much more!) styled for Materialize Css
Expand Down
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 Materialize Css.",
version: "1.6.1",
version: "1.7.0",
name: "useraccounts:materialize",
git: "https://github.com/meteor-useraccounts/materialize.git",
});
Expand All @@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:core@1.6.1",
"useraccounts:core@1.7.0",
], ["client", "server"]);

api.add_files([
Expand Down Expand Up @@ -62,7 +62,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
"useraccounts:materialize",
"useraccounts:core@1.6.1",
"useraccounts:core@1.7.0",
]);

api.use([
Expand Down

0 comments on commit 2a53204

Please sign in to comment.