Skip to content

Commit 413412e

Browse files
Increment version number
1 parent e094b4d commit 413412e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "soundscapes",
33
"name": "Soundscapes",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"minAppVersion": "0.15.0",
66
"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.",
77
"author": "Andrew McGivery",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-soundscapes",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A plugin for Obsidian.MD that adds a music/ambiance player to the status bar.",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.2.0-beta.2": "0.15.0",
77
"1.2.0-beta.3": "0.15.0",
88
"1.2.0-beta.4": "0.15.0",
9-
"1.2.0": "0.15.0"
9+
"1.2.0": "0.15.0",
10+
"1.3.0": "0.15.0"
1011
}

0 commit comments

Comments
 (0)