Skip to content

Commit 401688e

Browse files
author
Jelte Lagendijk
committed
Update version nrs
1 parent 6b848ca commit 401688e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Grunt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ux-grunt-theming",
2+
"name": "mendix-ux-grunt-theming",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"description": "Gruntfile for UX to make theming a lot easier",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

Gulp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ux-gulp-theming",
2+
"name": "mendix-ux-gulp-theming",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"description": "Gulpfile for UX to make theming a lot easier",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "ux-theming",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "Make theming easier, using Grunt or Gulp",
5+
"private": true,
56
"main": "build.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)