Skip to content

Commit

Permalink
release: 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Nov 13, 2018
1 parent 332758d commit 343a78b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Googleスプレッドシート(Google Sheets)をつかって、Backlogへ課
## 使い方

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


Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please read the entire document before you start working on the bulk registratio
## Installation

First you need to prepare the spreadsheet template. Please follow the link below and copy the spreadsheet.
* <a href="https://docs.google.com/spreadsheets/d/1knD8E12wxBD8dk_EvSeHkYYr17jrhZvGjNbtYvrxJY0/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
* <a href="https://docs.google.com/spreadsheets/d/1W9FmMPlbHYnCzhpsD0U-h-HHzgq3e0TuWa_5zsUcjVs/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
* 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.

## About the input cells
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backlog-bulk-issue-registration-gas",
"version": "2.0.4-SNAPSHOT",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/BacklogService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {List} from "./List"
import {Message} from "./resources"
import {SpreadSheetService, SpreadSheetServiceImpl} from "./SpreadSheetService"

const SCRIPT_VERSION = "v2.0.4-SNAPSHOT"
const SCRIPT_VERSION = "v2.0.4"
const TEMPLATE_SHEET_NAME = "Template"
const ROW_HEADER_INDEX = 1
const COLUMN_START_INDEX = 1 /** データ列の開始インデックス */
Expand Down

0 comments on commit 343a78b

Please sign in to comment.