Skip to content

Commit

Permalink
Added 1.2 to Gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
suthagar23 committed Jan 19, 2019
1 parent 6d1bc67 commit 2c2974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var gutil = require('gulp-util');
var plugins = gulpLoadPlugins();

var THIS_APP_ID = 'SystemAdministration';
var THIS_APP_VERSION = '1.1';
var THIS_APP_VERSION = '1.2';

var htmlGlob = ['app/**/*.html'];
var resourcesGlob = ['app/**/*.{png,svg,jpg,gif}', 'app/**/*.{css,less}',
Expand Down

0 comments on commit 2c2974b

Please sign in to comment.