Skip to content

Commit

Permalink
chore(release): Build Dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelParke committed Aug 23, 2016
1 parent cf12f26 commit 0ac4dfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/textAngular.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Commonjs package manager support (eg componentjs).


"use strict";// NOTE: textAngularVersion must match the Gruntfile.js 'setVersion' task.... and have format v/d+./d+./d+
var textAngularVersion = 'v1.5.6-0'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.6'; // This is automatically updated during the build process to the current release!


// IE version detection - http://stackoverflow.com/questions/4169160/javascript-ie-detection-why-not-use-simple-conditional-comments
Expand Down
2 changes: 1 addition & 1 deletion dist/textAngular.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/textAngular.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ Commonjs package manager support (eg componentjs).


"use strict";// NOTE: textAngularVersion must match the Gruntfile.js 'setVersion' task.... and have format v/d+./d+./d+
var textAngularVersion = 'v1.5.6-0'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.6'; // This is automatically updated during the build process to the current release!


// IE version detection - http://stackoverflow.com/questions/4169160/javascript-ie-detection-why-not-use-simple-conditional-comments
Expand Down
2 changes: 1 addition & 1 deletion src/globals.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// NOTE: textAngularVersion must match the Gruntfile.js 'setVersion' task.... and have format v/d+./d+./d+
var textAngularVersion = 'v1.5.6-0'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.6'; // This is automatically updated during the build process to the current release!


// IE version detection - http://stackoverflow.com/questions/4169160/javascript-ie-detection-why-not-use-simple-conditional-comments
Expand Down

0 comments on commit 0ac4dfa

Please sign in to comment.