Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vync",
"name": "Vync",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.15.0",
"description": "Sync your Obsidian vault using Google Drive as storage",
"author": "techsavvyash",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techsavvyash/vync",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "bun build src/main.ts --outdir . --format cjs --external obsidian",
"dev": "bun build src/main.ts --outdir . --format cjs --external obsidian --watch",
Expand Down