Skip to content

Commit 75d461d

Browse files
committed
build: publish 0.0.4
1 parent 1906bd9 commit 75d461d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "sync-to-xlog",
33
"name": "sync-to-xlog",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"minAppVersion": "0.12.0",
66
"description": "A plugin let you sync your obsidian vault with xlog",
77
"author": "Otto-J@github",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "sync-to-xlog",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "A plugin for Obsidian.md to sync xlog.app",
55
"main": "main.js",
66
"scripts": {
77
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
88
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
99
"dev": "npm run lint && vite build --watch",
10-
"build": "npm run type-check && vite build && cp manifest.json dist ",
10+
"build": "npm run type-check && vite build ",
1111
"format": "prettier --write src/",
1212
"bumpversion": "node version-bump.mjs && git add manifest.json versions.json",
1313
"pub": "zip -r dist.zip main.js manifest.json styles.css && gh release create 0.0.3 main.js styles.css manifest.json dist.zip "

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.12.0",
33
"1.0.1": "0.12.0",
44
"1.0.3": "0.12.0",
5-
"0.0.3": "0.12.0"
5+
"0.0.3": "0.12.0",
6+
"0.0.4": "0.12.0"
67
}

0 commit comments

Comments
 (0)