From 1afd86f431e4707ae2b53ab60df12b7b374f52f3 Mon Sep 17 00:00:00 2001 From: grimmauld Date: Mon, 23 Jan 2023 09:50:50 +0100 Subject: [PATCH] 1.2.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ab7a1b9..2b83370 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "aw-watcher-obsidian", "name": "ActivityWatch", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "This is a plugin bridging compatibility between ActivityWatch and Obsidian.", "author": "Grimmauld", diff --git a/package-lock.json b/package-lock.json index 37828d8..f2b5988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aw-watcher-obsidian", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aw-watcher-obsidian", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index b53e9fe..722cd4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aw-watcher-obsidian", - "version": "1.1.0", + "version": "1.2.0", "description": "This is a plugin bridging compatibility between ActivityWatch and Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8366c25..ecaaaaa 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file