diff --git a/manifest.json b/manifest.json index 0d1d5f6..16054a0 100755 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-remember-file-state", "name": "Remember File State", - "version": "1.0.7", + "version": "1.1.0", "minAppVersion": "1.4.0", "description": "Remembers cursor position, selection, scrolling, and more for each file", "author": "Ludovic Chabant", "authorUrl": "https://ludovic.chabant.com", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 5079c57..f3e2e8e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-remember-file-state", - "version": "1.0.7", + "version": "1.1.0", "description": "Plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file", "main": "main.js", "scripts": { diff --git a/version-bump.mjs b/version-bump.mjs index 38ce8b1..49fdd79 100644 --- a/version-bump.mjs +++ b/version-bump.mjs @@ -1,6 +1,7 @@ import { readFileSync, writeFileSync } from "fs"; const targetVersion = process.env.npm_package_version; +console.log(`Bumping version to ${targetVersion}`); // read minAppVersion from manifest.json and bump version to target version let manifest = JSON.parse(readFileSync("manifest.json", "utf8")); diff --git a/versions.json b/versions.json index 70106f8..c2ea744 100755 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.0.4": "0.13.17", "1.0.5": "0.13.17", "1.0.6": "0.15.0", - "1.0.7": "1.4.0" -} + "1.0.7": "1.4.0", + "1.1.0": "1.4.0" +} \ No newline at end of file