diff --git a/package.json b/package.json index 17fa7fb80..18a7b49fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabris", - "version": "3.2.0", + "version": "3.2.1", "description": "Mobile apps with native UIs in JavaScript", "keywords": [ "native", diff --git a/snippets/package.json b/snippets/package.json index 00c28d384..a1d644cbf 100644 --- a/snippets/package.json +++ b/snippets/package.json @@ -1,8 +1,8 @@ { "name": "tabris-js-snippets", - "version": "3.2.0", + "version": "3.2.1", "dependencies": { - "tabris": "3.2.0" + "tabris": "3.2.1" }, "devDependencies": { "typescript": "3.3.x"