From 091225083b9764c44497a3ed44236271aa28fa2c Mon Sep 17 00:00:00 2001 From: Tim Buschtoens Date: Thu, 19 Mar 2020 16:34:34 +0100 Subject: [PATCH] Update package.json of snippets to 3.4.0 Change-Id: Ibd938c883c74666da7153aea50629b3d88da21f6 --- snippets/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/package.json b/snippets/package.json index 7fad9f257..64ed5aafd 100644 --- a/snippets/package.json +++ b/snippets/package.json @@ -1,8 +1,8 @@ { "name": "tabris-js-snippets", - "version": "3.2.1", + "version": "3.4.0", "dependencies": { - "tabris": "^3.3.0" + "tabris": "^3.4.0" }, "devDependencies": { "typescript": "3.3.x"