Skip to content

Commit

Permalink
patch release - Bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 26, 2014
1 parent 136161b commit f07b729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/at_error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<p>{{errorText}}</p>
{{/each}}
</div>
</template>
</template>
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 Twitter Bootstrap.",
version: "1.4.0",
version: "1.4.1",
name: "useraccounts:bootstrap",
git: "https://github.com/meteor-useraccounts/bootstrap.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:bootstrap",
"useraccounts:[email protected].0",
"useraccounts:[email protected].1",
]);

api.use([
Expand Down

0 comments on commit f07b729

Please sign in to comment.