From a972a2ef6c41667f86832a0424e036edee62654b Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 10 Aug 2023 11:19:21 -0700 Subject: [PATCH] 1.3.1 --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bffdd2..6b5cb02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "18.17.1" - name: Build id: build diff --git a/manifest.json b/manifest.json index f020491..469446e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-wordy", "name": "Wordy", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.15.0", "description": "Thesaurus, rhymes, alliterations, dictionary and more using the Datamuse API", "author": "Nate", diff --git a/package-lock.json b/package-lock.json index 65df951..be0c2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-wordy", - "version": "1.1.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-wordy", - "version": "1.1.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.195", diff --git a/package.json b/package.json index e7616e7..a3ed3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-wordy", - "version": "1.3.0", + "version": "1.3.1", "description": "Thesaurus, dictionary and more using the Datamuse API", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dd51364..46ce6a7 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.1.0": "0.15.0", - "1.3.0": "0.15.0" + "1.3.0": "0.15.0", + "1.3.1": "0.15.0" } \ No newline at end of file