Skip to content

Commit a45257c

Browse files
authored
Merge pull request #58 from nulab/BLG_INTG-346/bump-up-version
BLG_INTG-346 Bump up version
2 parents 9fe5e60 + 6323024 commit a45257c

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README_en.md

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

1616
First you need to prepare the spreadsheet template. Please follow the link below and copy the spreadsheet.
1717

18-
- <a href="https://docs.google.com/spreadsheets/d/1cX4Pb9jo6uhfThJXgK5XAh4pXyfF0kTJAgXW_jQxHLc/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
18+
- <a href="https://docs.google.com/spreadsheets/d/1DHk7zRnfXCEf-50uQmcUvnESRLs-aSspKpfSoy0c9HU/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
1919
- 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.
2020

2121
## About the input cells

package-lock.json

Lines changed: 2 additions & 3 deletions
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.5.1",
3+
"version": "2.5.2",
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.5.1"
7+
const SCRIPT_VERSION = "v2.5.2"
88

99
const service = BacklogService(new SpreadSheetServiceImpl)
1010

0 commit comments

Comments
 (0)