Skip to content

Commit

Permalink
🚀 0.2.0
Browse files Browse the repository at this point in the history
- Change column name, `title` to `slug`
  #7 (comment)
  • Loading branch information
piriwata committed May 21, 2023
1 parent 42de30e commit eacb059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "pubscale",
"name": "PubScale",
"version": "0.1.2",
"version": "0.2.0",
"minAppVersion": "0.15.9",
"description": "Seamlessly sync markdown notes into PlanetScale tables.",
"author": "piriwata",
"authorUrl": "https://github.com/piriwata",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pubscale-obsidian",
"version": "0.1.2",
"description": "An obsidian plugin for insert your note into a PlanetScale table.",
"version": "0.2.0",
"description": "An obsidian plugin seamlessly to sync markdown notes into PlanetScale tables.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode development",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.15.9",
"0.1.2": "0.15.9"
"0.1.2": "0.15.9",
"0.2.0": "0.15.9"
}

0 comments on commit eacb059

Please sign in to comment.