Skip to content

Commit

Permalink
chore(*): Release of Inject 0.7.0-rc3 (via grunt)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobo committed Mar 4, 2014
1 parent 30886a6 commit eede762
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
<a name="v0.7.0-rc3"></a>
### v0.7.0-rc3 (2014-03-04)


#### Bug Fixes

* **gruntfile:** Plugins bundled with release now ([30886a6d](http://github.com/jakobo/atomic/commit/30886a6d2782cd28b6abfa52151c5f318c64fd8c))

<a name="v0.7.0-rc2"></a>
### v0.7.0-rc2 (2014-03-03)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "inject",
"version": "0.7.0-rc2",
"version": "0.7.0-rc3",
"main": [
"dist/recent/inject.js",
"dist/recent/inject.min.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/recent/inject.js
Expand Up @@ -4263,5 +4263,5 @@ var TreeNode = Fiber.extend(function() {


// initialize
init('0.7.0-rc2');
init('0.7.0-rc3');
})(this);
2 changes: 1 addition & 1 deletion dist/recent/inject.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "inject",
"version": "0.7.0-rc2",
"version": "0.7.0-rc3",
"description": "Makefile for for inject. Runs tests, spawns server, builds docs and files",
"author": "LinkedIn",
"private": true,
Expand Down

0 comments on commit eede762

Please sign in to comment.