Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
release version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed Oct 2, 2020
1 parent 1effe76 commit 0000b0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.jinyframework'
version '0.2.3'
version '0.2.4'

sourceCompatibility = 1.8

Expand Down
8 changes: 7 additions & 1 deletion docs/src/guide/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

![Maven Central](https://img.shields.io/maven-central/v/com.jinyframework/jiny?style=flat-square)

### 0.2.3 (Current)
### 0.2.4 (Current)

- Add NPE handled methods
- Fix HTTP client issue
- Refactor code

### 0.2.3

- Add SLF4J facade logging
- Fix proxy issues
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ And then you have a Gradle build template with `build.gradle` file

```groovy
dependencies {
compile group: 'com.jinyframework', name: 'jiny', version: '0.2.3'
compile group: 'com.jinyframework', name: 'jiny', version: '0.2.4'
}
```

Expand All @@ -32,6 +32,6 @@ dependencies {
<dependency>
<groupId>com.jinyframework</groupId>
<artifactId>jiny</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
</dependency>
```

0 comments on commit 0000b0b

Please sign in to comment.