Skip to content

Commit d867c49

Browse files
author
Artem Labazin
committed
increment version
1 parent 631eb70 commit d867c49

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- Add different logging frameworks.
1313

14-
## [1.1.4](https://github.com/appulse-projects/logging-java/releases/tag/1.1.4) - 2020-02-28
14+
## [1.1.5](https://github.com/appulse-projects/logging-java/releases/tag/1.1.5) - 2020-02-28
1515

1616
Deploy test version. Nothing changed since **1.1.3**.
1717

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Just add dependency to your project.
1818
<dependency>
1919
<groupId>io.appulse</groupId>
2020
<artifactId>logging-java</artifactId>
21-
<version>1.1.4</version>
21+
<version>1.1.5</version>
2222
</dependency>
2323
...
2424
</dependencies>
@@ -27,7 +27,7 @@ Just add dependency to your project.
2727
**Gradle**:
2828

2929
```groovy
30-
compile 'io.appulse:logging-java:1.1.4'
30+
compile 'io.appulse:logging-java:1.1.5'
3131
```
3232

3333
And use it as usual:

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>logging-java</artifactId>
27-
<version>1.1.4</version>
27+
<version>1.1.5</version>
2828
<packaging>jar</packaging>
2929

3030
<properties>
@@ -66,7 +66,7 @@ limitations under the License.
6666
<url>https://github.com/appulse-projects/logging-java</url>
6767
<connection>scm:git:https://github.com/appulse-projects/logging-java.git</connection>
6868
<developerConnection>scm:git:https://github.com/appulse-projects/logging-java.git</developerConnection>
69-
<tag>1.1.4</tag>
69+
<tag>1.1.5</tag>
7070
</scm>
7171

7272
<distributionManagement>

0 commit comments

Comments
 (0)