Skip to content

Commit 7df61be

Browse files
committed
1.0.3
1 parent f5f88cd commit 7df61be

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "quip",
33
"name": "Quip",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"minAppVersion": "0.15.0",
66
"description": "This plugin provides commands to publish Markdown documents to Quip.com",
77
"author": "Sean Blakey",
88
"authorUrl": "https://hachyderm.io/@seanb",
99
"isDesktopOnly": true
10-
}
10+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "obsidian-sample-plugin",
3-
"version": "1.0.0",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
2+
"name": "quip",
3+
"version": "1.0.3",
4+
"description": "Obsidian plugin to enable publishing to Quip",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"1.0.2": "0.15.0"
3-
}
2+
"1.0.3": "0.15.0",
3+
"1.0.2": "0.15.0",
4+
"1.0.1": "0.15.0"
5+
}

0 commit comments

Comments
 (0)