Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
jaanonim committed Aug 25, 2023
1 parent aa6ff58 commit 590af84
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Obsidian Plugin Release
# credits: https://github.com/scambier/obsidian-omnisearch/blob/master/.github/workflows/release.yml

env:
VERSION: v1.0.0
VERSION: v1.0.1

on: [pull_request, workflow_dispatch]

4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-youversion-linker",
"name": "Obsidian YouVersion linker",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Obsidian plugin that automatically link bible verses to YouVersion bible.",
"author": "jaanonim",
"authorUrl": "https://jaanonim.github.io/",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-youversion-linker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Obsidian plugin that automatically link bible verses to YouVersion bible.",
"main": "main.js",
"scripts": {
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}

0 comments on commit 590af84

Please sign in to comment.