We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9941d commit 704ee19Copy full SHA for 704ee19
index.js
@@ -3,7 +3,7 @@
3
// @homepageURL https://github.com/antfu/open-in-codeflow
4
// @supportURL https://github.com/antfu/open-in-codeflow
5
// @namespace https://greasyfork.org/en/scripts/464002-open-in-codeflow
6
-// @version 0.1.1
+// @version 0.1.2
7
// @description Enhances GitHub to add a button to open the repo/issue/PR in Codeflow.
8
// @author Anthony Fu
9
// @license MIT
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "open-in-codeflow",
"type": "module",
- "version": "0.1.1",
+ "version": "0.1.2",
"private": true,
"packageManager": "pnpm@8.2.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
0 commit comments