Skip to content

Commit

Permalink
Update version nrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed May 30, 2016
1 parent 6b848ca commit 401688e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ux-grunt-theming",
"name": "mendix-ux-grunt-theming",
"private": true,
"version": "1.0.0",
"version": "1.2.0",
"description": "Gruntfile for UX to make theming a lot easier",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions Gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ux-gulp-theming",
"name": "mendix-ux-gulp-theming",
"private": true,
"version": "1.0.0",
"version": "1.2.0",
"description": "Gulpfile for UX to make theming a lot easier",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ux-theming",
"version": "1.0.0",
"version": "1.2.0",
"description": "Make theming easier, using Grunt or Gulp",
"private": true,
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 401688e

Please sign in to comment.