Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Oct 25, 2015
1 parent af41603 commit 31c4c59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.5

* Support Meteor 1.2 “Batch Plugin” API

## v0.4.4

*requires Meteor 1.2*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ version](https://github.com/mquandalle/meteor-jade/blob/master/packages/jade/pac
```javascript
api.use([
"templating",
"mquandalle:[email protected].4"
"mquandalle:[email protected].5"
], "client");
```
2 changes: 1 addition & 1 deletion packages/jade-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Compiler for the meteor-jade template language",
version: "0.4.4",
version: "0.4.5",
name: "mquandalle:jade-compiler",
git: "https://github.com/mquandalle/meteor-jade.git",
documentation: "../../README.md"
Expand Down
4 changes: 2 additions & 2 deletions packages/jade/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Jade template language",
version: "0.4.4",
version: "0.4.5",
name: "mquandalle:jade",
git: "https://github.com/mquandalle/meteor-jade.git",
documentation: "../../README.md",
Expand All @@ -15,7 +15,7 @@ Package.registerBuildPlugin({
"[email protected]",
"[email protected]",
"[email protected]",
"mquandalle:[email protected].4",
"mquandalle:[email protected].5",
],
sources: [
"plugin/handler.js",
Expand Down

0 comments on commit 31c4c59

Please sign in to comment.