Skip to content

Commit 92e1689

Browse files
Artem LabazinArtem Labazin
authored andcommitted
Version correction
1 parent a0e877e commit 92e1689

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.0.1](https://github.com/appulse-projects/logging-java/releases/tag/1.0.1) - 2018-03-15
14+
## [1.0.2](https://github.com/appulse-projects/logging-java/releases/tag/1.0.2) - 2018-03-15
1515

1616
Small refactoring
1717

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Just add dependency to your project.
1717
<dependency>
1818
<groupId>io.appulse</groupId>
1919
<artifactId>logging-java</artifactId>
20-
<version>1.0.1</version>
20+
<version>1.0.2</version>
2121
</dependency>
2222
...
2323
</dependencies>
@@ -26,7 +26,7 @@ Just add dependency to your project.
2626
**Gradle**:
2727

2828
```groovy
29-
compile 'io.appulse:logging-java:1.0.1'
29+
compile 'io.appulse:logging-java:1.0.2'
3030
```
3131

3232
## Development

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.0.1</version>
27+
<version>1.0.2</version>
2828
<packaging>jar</packaging>
2929

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

6868
<distributionManagement>

0 commit comments

Comments
 (0)