We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad19c4d commit 81f8590Copy full SHA for 81f8590
History.md
@@ -1,6 +1,6 @@
1
# vNEXT
2
3
-# v1.0.4-rc.0
+# v1.0.4
4
5
* Change injection strategy to work with both Meteor 1.3 and earlier.
6
(fixes #17, #18)
package.js
Package.describe({
summary: "Allow injection of arbitrary data to initial Meteor HTML page",
- version: "1.0.4-rc.0",
+ version: "1.0.4",
git: "https://github.com/meteorhacks/meteor-inject-initial.git",
name: "meteorhacks:inject-initial"
});
0 commit comments