From 03858803f05796d5988f24bbcbf79b529238275a Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 10 Jan 2022 15:30:11 +0900 Subject: [PATCH] Release v1.5.7 to use burrunan/gradle-cache-action Signed-off-by: Hiroshi Miura --- Changelog.md | 6 +++--- README.md | 8 ++++---- build.gradle.kts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3266b42..073639c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [1.5.6] - 2021-01-09 +## [1.5.7] - 2021-01-09 ### Changed - Does not use project.name as Plugin-Name. @@ -129,8 +129,8 @@ All notable changes to this project will be documented in this file. ## [0.9.1] - 2016-9-25 -[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.5.5...HEAD -[1.5.6]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.5.3...v1.5.5 +[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.5.7...HEAD +[1.5.7]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.5.3...v1.5.7 [1.5.3]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.5.0...v1.5.3 [1.5.0]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.4.1...v1.4.2 diff --git a/README.md b/README.md index ff85b71..dc9417f 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ To apply the plugin, please add one of the following snippets to your `build.gra ```groovy plugins { - id 'org.omegat.gradle' version '1.5.6' + id 'org.omegat.gradle' version '1.5.7' } ``` or `build.gradle.kts` in Kotlin; ```kotlin plugins { - id("org.omegat.gradle") version "1.5.6" + id("org.omegat.gradle") version "1.5.7" } ``` @@ -67,13 +67,13 @@ To apply the plugin, please add one of the following snippets to your `build.gra ```groovy plugins { - id 'org.omegat.gradle' version '1.5.6' + id 'org.omegat.gradle' version '1.5.7' } ``` or in kotlin ```kotlin plugins { - id("org.omegat.gralde") version "1.5.6" + id("org.omegat.gralde") version "1.5.7" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8f867b6..dcbffa7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "org.omegat" -version = "1.5.6" +version = "1.5.7" tasks.compileJava { options.release.set(8)