Skip to content

Commit a032a18

Browse files
committed
secret git
1 parent 904d58c commit a032a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default class QuickShareNotePlugin extends Plugin {
6161
content: contentToPublish,
6262
},
6363
},
64-
public: true,
64+
public: false, // Set to false for secret gist
6565
}),
6666
});
6767

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "share-note-img-with-gist",
33
"name": "Quick Share Note to Gist",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"minAppVersion": "0.15.0",
66
"description": "Quick publish and share notes to GitHub Gist and its image by upload images to Imgur.",
77
"author": "Por Chainarong Tangsurakit",

0 commit comments

Comments
 (0)