From 2d76e2dcedb5123a7158dbec4f82bc60f3a31869 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 May 2021 02:03:55 +0000 Subject: [PATCH] 0.1.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d04aadc..ade5873 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "authorUrl": "https://github.com/deathau", "description": "Typewriter-style scrolling which keeps the view centered in the editor.", "isDesktopOnly": false, - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.10.0" } \ No newline at end of file diff --git a/package.json b/package.json index 5d68131..439a144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cm-typewriter-scroll-obsidian", - "version": "0.1.0", + "version": "0.1.1", "description": "Typewriter-style scrolling which keeps the view centered in the editor.", "main": "main.js", "scripts": {