Skip to content

Commit b449b9d

Browse files
committed
typo
1 parent e4b68ee commit b449b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
3737
grunt.loadNpmTasks("grunt-shell");
3838

3939
grunt.registerTask("set_package_version", function(version) {
40-
varsion = version || travisTag;
40+
version = version || travisTag;
4141
if (!version) {
4242
return;
4343
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-nativescript-launcher",
3-
"version": "0.0.7",
3+
"version": "0.0.10",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)