Skip to content

Commit 305533b

Browse files
committed
release: 2.4.0
1 parent c3d89ee commit 305533b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Googleスプレッドシート(Google Sheets)をつかって、Backlogへ課
1212
## 使い方
1313

1414
テンプレートとなるスプレッドシートを準備します。下記リンクをクリックして、スプレッドシートをコピーしてください。
15-
* <a href="https://docs.google.com/spreadsheets/d/1r62j4sTDyj4YqGau7LAjsa7HliCcZflI_N8Q-7-Vx0I/copy" target="_blank">スプレッドシートをコピー(新しいタブで開いてください)</a>
15+
* <a href="https://docs.google.com/spreadsheets/d/1Pv_DWGzgfT3WWyyujCDOP2-9XgmwWb6jrr7fkcDduWw/copy" target="_blank">スプレッドシートをコピー(新しいタブで開いてください)</a>
1616
* Googleにログインしていない場合、コピー時にエラーとなる場合があります。その際は、ログインして少し時間を置いてから再度お試しください。
1717

1818

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please read the entire document before you start working on the bulk registratio
1212
## Installation
1313

1414
First you need to prepare the spreadsheet template. Please follow the link below and copy the spreadsheet.
15-
* <a href="https://docs.google.com/spreadsheets/d/1v1G_kztDh5_oH-6i76ANhoB8f3pfrdAF0_yjrQuBiZs/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
15+
* <a href="https://docs.google.com/spreadsheets/d/1yJXoTiye0-tZMipXo3zNj8wx68Cz7-dVKqNaNqo2rMo/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
1616
* If you are not logged into Google, you may get an error when trying to copy the document. If that happens, please login into Google using your Google account and try again.
1717

1818
## About the input cells

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backlog-bulk-issue-registration-gas",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {UserProperty} from "./datas"
44

55
declare var global: any
66

7-
const SCRIPT_VERSION = "v2.3.1"
7+
const SCRIPT_VERSION = "v2.4.0"
88

99
const service = BacklogService(new SpreadSheetServiceImpl)
1010

0 commit comments

Comments
 (0)