diff --git a/README.ja.md b/README.ja.md index 8c54655..ecd624a 100644 --- a/README.ja.md +++ b/README.ja.md @@ -28,7 +28,7 @@ Owl Timekeeper は、時間の記録を簡単にするためのアプリです git をクローンして[ビルド](#ビルド)するか、以下のリンクから最新のバイナリファイルをダウンロードできます。 -[Owl Timekeeper 1.1.0](https://github.com/kawmra/Owl-Timekeeper/releases/download/v1.1.0/Owl.Timekeeper-1.1.0.dmg) +[Owl Timekeeper 1.1.1](https://github.com/kawmra/Owl-Timekeeper/releases/download/v1.1.1/Owl.Timekeeper-1.1.1.dmg) ## 使い方 diff --git a/README.md b/README.md index 2ac0168..27c2766 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Even if you recorded the time for a wrong task, you can easily fix it with an in You can clone git and [build](#build) or download the latest binary file from the link below. -[Owl Timekeeper 1.1.0](https://github.com/kawmra/Owl-Timekeeper/releases/download/v1.1.0/Owl.Timekeeper-1.1.0.dmg) +[Owl Timekeeper 1.1.1](https://github.com/kawmra/Owl-Timekeeper/releases/download/v1.1.1/Owl.Timekeeper-1.1.1.dmg) ## How to use diff --git a/package.json b/package.json index fcff3ea..fad9bde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "owl-timekeeper", "productName": "Owl Timekeeper", - "version": "1.1.0", + "version": "1.1.1", "description": "A super simple time tracking tool for macOS.", "author": { "name": "kawmra", @@ -41,4 +41,4 @@ "typescript": "^3.2.2" }, "private": true -} +} \ No newline at end of file