Skip to content

Commit ac12b14

Browse files
Bumped version to 1.5.0
1 parent 1b8c276 commit ac12b14

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.4.0",
4+
"version": "1.5.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.4.0",
3+
"version": "1.5.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
@@ -8,5 +8,6 @@
88
"1.2.0-beta.4": "0.15.0",
99
"1.2.0": "0.15.0",
1010
"1.3.0": "0.15.0",
11-
"1.4.0": "0.15.0"
11+
"1.4.0": "0.15.0",
12+
"1.5.0": "0.15.0"
1213
}

0 commit comments

Comments
 (0)