From fb874fc9a2fae57d2aae4ffd186e4a3de6ca59b3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 9 Feb 2021 01:10:16 +0000 Subject: [PATCH] 0.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f6c4483..34ec86d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "txt-as-md-obsidian", - "version": "0.0.0", + "version": "0.0.1", "description": "Edit txt files as if they were markdown", "name": "txt as md", "author": "death_au", diff --git a/package.json b/package.json index 2323409..a16b3e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txt-as-md-obsidian", - "version": "0.0.0", + "version": "0.0.1", "description": "Edit txt files as if they were markdown", "main": "main.js", "scripts": {