Skip to content

Commit

Permalink
Merge pull request #114 from kaklakariada/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
kaklakariada authored Mar 19, 2023
2 parents de054e4 + 9dd77a1 commit 86757fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.3] - 2023-03-19

- [PR #113](https://github.com/kaklakariada/portmapper/pull/113)
- Upgrade dependencies
- Fixed too small font size in log view on high resolution screens
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
flatDir { dirs 'lib' }
}

version = '2.2.2'
version = '2.2.3'
group 'com.github.kaklakariada'

java {
Expand Down
4 changes: 2 additions & 2 deletions doc/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

PortMapper is available as a Maven dependency at [Maven Central](https://repo1.maven.org/maven2/com/github/kaklakariada/portmapper/). Use the following coordinates:

* Gradle: `com.github.kaklakariada:portmapper:2.2.2`
* Gradle: `com.github.kaklakariada:portmapper:2.2.3`
* Maven:

```xml
<dependency>
<groupId>com.github.kaklakariada</groupId>
<artifactId>portmapper</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>
```

Expand Down

0 comments on commit 86757fe

Please sign in to comment.