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

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Dec 29, 2020
1 parent 8569cce commit afda9d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.5] - 2020-12-29

### Added
- Add vldocking as dependency

## [1.2.4] - 2020-12-29

### Fixed
Expand Down Expand Up @@ -51,7 +56,8 @@ All notable changes to this project will be documented in this file.
## [0.9.4] - 2017-2-22
## [0.9.1] - 2016-9-25

[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.2.4...HEAD
[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.2.5...HEAD
[1.2.5]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/miurahr/omegat-textra-plugin/compare/v1.1.1...v1.2.2
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 {
`maven-publish`
}
group = "org.omegat"
version = "1.2.4"
version = "1.2.5"

repositories {
jcenter()
Expand Down

0 comments on commit afda9d0

Please sign in to comment.