Skip to content

Commit da57433

Browse files
authored
Merge pull request #8 from easternkite/bump-v1.3.0
Bump version to 1.3.0
2 parents 506edfb + d40c63b commit da57433

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "pasterly",
33
"name": "Pasterly",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically upload clipboard images to Firebase Storage and insert them as markdown links.",
77
"author": "easternkite",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.15.0",
33
"1.1.0": "0.15.0",
4-
"1.2.0": "0.15.0"
4+
"1.2.0": "0.15.0",
5+
"1.3.0": "0.15.0"
56
}

0 commit comments

Comments
 (0)