Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Mar 5, 2024
1 parent e094b4d commit 413412e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "soundscapes",
"name": "Soundscapes",
"version": "1.2.0",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "Adds a music/ambiance (E.g. lofi, white noise) player to the status bar to help with concentration. Also allows you to play your own local music files.",
"author": "Andrew McGivery",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-soundscapes",
"version": "1.2.0",
"version": "1.3.0",
"description": "A plugin for Obsidian.MD that adds a music/ambiance player to the status bar.",
"main": "dist/main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.2.0-beta.2": "0.15.0",
"1.2.0-beta.3": "0.15.0",
"1.2.0-beta.4": "0.15.0",
"1.2.0": "0.15.0"
"1.2.0": "0.15.0",
"1.3.0": "0.15.0"
}

0 comments on commit 413412e

Please sign in to comment.