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 5db67de commit ca42a7b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>textAngular 1.5.6 Demo</title>
<title>textAngular 1.5.7 Demo</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel='stylesheet' href='../bower_components/font-awesome/css/font-awesome.css'>
Expand Down
2 changes: 1 addition & 1 deletion demo/static-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>textAngular 1.5.6 Demo</title>
<title>textAngular 1.5.7 Demo</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel='stylesheet prefetch' href='../bower_components/font-awesome/css/font-awesome.css'>
Expand Down
4 changes: 2 additions & 2 deletions dist/textAngular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.5.6
Version 1.5.7
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
Expand All @@ -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'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.7'; // 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.

4 changes: 2 additions & 2 deletions dist/textAngular.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ angular.module('textAngularSetup', [])
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.5.6
Version 1.5.7
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
Expand All @@ -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'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.7'; // 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'; // This is automatically updated during the build process to the current release!
var textAngularVersion = 'v1.5.7'; // 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 ca42a7b

Please sign in to comment.