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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed Oct 26, 2020
1 parent c93bc15 commit b4327c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subprojects {
apply plugin: 'maven-publish'

group 'com.jinyframework'
version '0.2.7'
version '0.2.8'

repositories {
mavenCentral()
Expand Down
7 changes: 6 additions & 1 deletion docs/src/guide/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

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

### 0.2.7 (Current)
### 0.2.8 (Current)

- Refactor to Gradle subProjects
- Implement WebSocket module

### 0.2.7

- Refactor code
- Update package paths
Expand Down
6 changes: 3 additions & 3 deletions docs/src/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ And then you have a Gradle build template with `build.gradle` file in your proje

```groovy
dependencies {
compile group: 'com.jinyframework', name: 'jiny', version: '0.2.7'
compile group: 'com.jinyframework', name: 'core', version: '0.2.8'
}
```

Expand All @@ -46,7 +46,7 @@ dependencies {
```xml
<dependency>
<groupId>com.jinyframework</groupId>
<artifactId>jiny</artifactId>
<version>0.2.7</version>
<artifactId>core</artifactId>
<version>0.2.8</version>
</dependency>
```

0 comments on commit b4327c4

Please sign in to comment.