Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2021-10-08)

### Features

* upgrade to jdk 17 ([e36ce48](e36ce48))
  • Loading branch information
semantic-release-bot committed Oct 8, 2021
1 parent e36ce48 commit 2ef136a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/Silthus/config-mapper/compare/v1.2.2...v1.3.0) (2021-10-08)


### Features

* upgrade to jdk 17 ([e36ce48](https://github.com/Silthus/config-mapper/commit/e36ce484daad2c4ee5aef9db110c86e982ea9a18))

## [1.2.2](https://github.com/Silthus/config-mapper/compare/v1.2.1...v1.2.2) (2021-10-08)


Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.2.2'
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.3.0'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>net.silthus.config-mapper</groupId>
<artifactId>core</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = net.silthus.config-mapper
author = Silthus
version = 1.2.2
version = 1.3.0

0 comments on commit 2ef136a

Please sign in to comment.