Skip to content

Commit 81f8590

Browse files
committed
v1.0.4; Injection now works on both Meteor 1.3 and below (closes #18)
1 parent ad19c4d commit 81f8590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vNEXT
22

3-
# v1.0.4-rc.0
3+
# v1.0.4
44

55
* Change injection strategy to work with both Meteor 1.3 and earlier.
66
(fixes #17, #18)

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Allow injection of arbitrary data to initial Meteor HTML page",
3-
version: "1.0.4-rc.0",
3+
version: "1.0.4",
44
git: "https://github.com/meteorhacks/meteor-inject-initial.git",
55
name: "meteorhacks:inject-initial"
66
});

0 commit comments

Comments
 (0)