diff --git a/Gruntfile.js b/Gruntfile.js index 8edfc44..dc0e553 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -100,14 +100,14 @@ module.exports = function(grunt) { return /build\/mobile\/(.*)/.exec(path)[1]; }, src: 'build/mobile/**', - dest: 'build/sketchy-mobile-<%= manifest.version %>.zip' + dest: 'sketchy-mobile-<%= manifest.version %>.zip' }, web: { router: function(path) { return /build\/web\/(.*)/.exec(path)[1]; }, src: 'build/web/**', - dest: 'build/sketchy-web-<%= manifest.version %>.zip' + dest: 'sketchy-web-<%= manifest.version %>.zip' } }, diff --git a/package.json b/package.json index f3e7b10..35f4833 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "Javascript" ], "author": "Mahdi Dibaiee", - "license": "GPL V2", + "license": "GPL V2" } diff --git a/sketchy-mobile-1.2.zip b/sketchy-mobile-1.2.zip new file mode 100644 index 0000000..555aa99 Binary files /dev/null and b/sketchy-mobile-1.2.zip differ diff --git a/sketchy-web-1.2.zip b/sketchy-web-1.2.zip new file mode 100644 index 0000000..fb89a50 Binary files /dev/null and b/sketchy-web-1.2.zip differ