Skip to content

Commit 862e781

Browse files
committed
Patch version to fix #25 and #26
1 parent 364b8f8 commit 862e781

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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": "quip",
33
"name": "Quip",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"minAppVersion": "1.0.0",
66
"description": "This plugin provides commands to publish Markdown documents to Quip.com",
77
"author": "Sean Blakey",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quip",
3-
"version": "1.0.3",
3+
"version": "1.0.6",
44
"description": "Obsidian plugin to enable publishing to Quip",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.0.6": "1.0.0",
23
"1.0.5": "1.0.0",
34
"1.0.4": "0.15.0",
45
"1.0.3": "0.15.0",

0 commit comments

Comments
 (0)