Skip to content

Commit f8e6a83

Browse files
Artem LabazinArtem Labazin
authored andcommitted
Correct project version
1 parent d8e3074 commit f8e6a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- Add more tests.
1313
- Add `JavaDoc`.
1414

15-
## [1.2.0](https://github.com/appulse-projects/utils-java/releases/tag/1.2.0) - 2018-02-01
15+
## [1.2.1](https://github.com/appulse-projects/utils-java/releases/tag/1.2.1) - 2018-02-01
1616

1717
Add socket utils class, with help functions related to sockets work.
1818

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
<groupId>io.appulse</groupId>
2626
<artifactId>utils-java</artifactId>
27-
<version>1.2.0</version>
27+
<version>1.2.1</version>
2828
<packaging>jar</packaging>
2929

3030
<properties>
@@ -62,7 +62,7 @@ limitations under the License.
6262
<url>https://github.com/appulse-projects/utils-java</url>
6363
<connection>scm:git:https://github.com/appulse-projects/utils-java.git</connection>
6464
<developerConnection>scm:git:https://github.com/appulse-projects/utils-java.git</developerConnection>
65-
<tag>1.2.0</tag>
65+
<tag>1.2.1</tag>
6666
</scm>
6767

6868
<distributionManagement>

0 commit comments

Comments
 (0)