From 704ee1935427d674f9a6b516b7ab1d06fbd1fc20 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 14 Apr 2023 20:33:16 +0200 Subject: [PATCH] chore: release v0.1.2 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 88bbcbb..0ef57a7 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ // @homepageURL https://github.com/antfu/open-in-codeflow // @supportURL https://github.com/antfu/open-in-codeflow // @namespace https://greasyfork.org/en/scripts/464002-open-in-codeflow -// @version 0.1.1 +// @version 0.1.2 // @description Enhances GitHub to add a button to open the repo/issue/PR in Codeflow. // @author Anthony Fu // @license MIT diff --git a/package.json b/package.json index 8cf4ada..0ce5d41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-in-codeflow", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "private": true, "packageManager": "pnpm@8.2.0", "author": "Anthony Fu ",