Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Release v1.5.7
Browse files Browse the repository at this point in the history
to use burrunan/gradle-cache-action

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jan 10, 2022
1 parent f836b34 commit 0385880
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down Expand Up @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.omegat"
version = "1.5.6"
version = "1.5.7"

tasks.compileJava {
options.release.set(8)
Expand Down

0 comments on commit 0385880

Please sign in to comment.