Skip to content

Commit a0e877e

Browse files
Artem LabazinArtem Labazin
authored andcommitted
Update version
1 parent 4ed7d9f commit a0e877e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ 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
15+
16+
Small refactoring
17+
18+
### Changed
19+
20+
- Updated dependencies and codestyle.
21+
1422
## [1.0.0](https://github.com/appulse-projects/logging-java/releases/tag/1.0.0) - 2018-01-23
1523

1624
Initial release.

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.0</version>
20+
<version>1.0.1</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.0'
29+
compile 'io.appulse:logging-java:1.0.1'
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.0</version>
27+
<version>1.0.1</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.0</tag>
65+
<tag>1.0.1</tag>
6666
</scm>
6767

6868
<distributionManagement>

0 commit comments

Comments
 (0)