Skip to content

Commit

Permalink
feat(gruntfile): Creates grunt release task
Browse files Browse the repository at this point in the history
This creates the grunt release task. A demo version of Inject as 9.9.9
was created as proof of concept. It will be overridden in a fix commit
with the current working version.
  • Loading branch information
jakobo committed Nov 20, 2013
1 parent 57754ae commit 5504b7f
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dist/recent/inject.js
Expand Up @@ -4140,5 +4140,5 @@ context.require = context.Inject.require;
@public
*/
context.define = context.Inject.define;
;context.Inject.version = "0.5.2-10-gce8575e";
;context.Inject.version = "9.9.9";
})(this);

0 comments on commit 5504b7f

Please sign in to comment.