Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
galeksic90 committed Feb 23, 2018
1 parent f401b79 commit 2f4fc6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/gmtasks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

process.stdout.write("gunmetal v1.1.3\r");
process.stdout.write("gunmetal v1.2.1\r");
process.env.GULP_PROJECTS_DIR = process.cwd();
process.chdir(require('gunmetal').dirname);
require('gulp-cli')();
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]",
"name": "Goran Aleksic"
},
"version": "1.0.1",
"version": "1.2.1",
"homepage": "https://github.com/hivearts/gunmetal",
"maintainers": [
{
Expand Down Expand Up @@ -70,7 +70,7 @@
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-lwip": "https://github.com/dsinisa/gulp-lwip.git",
"gulp-metalsmith-server": "^0.1.7",
"gulp-metalsmith-server": "^0.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-postcss": "^6.1.1",
Expand Down

0 comments on commit 2f4fc6d

Please sign in to comment.