Skip to content

Commit

Permalink
0.0.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoWhite committed Feb 18, 2021
1 parent 3f2a98d commit 06c9fd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jar.enabled(true)

allprojects {
group 'io.easywalk'
version '0.0.2.RELEASE'
version '0.0.3.RELEASE'
}

subprojects {
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ repositories {
```groovy
[build.gradle]
implementation 'io.easywalk:simply-common:0.0.2.RELASE'
implementation 'io.easywalk:simply-serviceable:0.0.2.RELASE'
implementation 'io.easywalk:simply-controllable:0.0.2.RELASE'
implementation 'io.easywalk:simply-eventable-kafka-binder:0.0.2.RELASE'
implementation 'io.easywalk:simply-clientable:0.0.2.RELASE'
implementation 'io.easywalk:simply-common:0.0.3.RELASE'
implementation 'io.easywalk:simply-serviceable:0.0.3.RELASE'
implementation 'io.easywalk:simply-controllable:0.0.3.RELASE'
implementation 'io.easywalk:simply-eventable-kafka-binder:0.0.3.RELASE'
implementation 'io.easywalk:simply-clientable:0.0.3.RELASE'
```

## 설정
Expand Down

0 comments on commit 06c9fd4

Please sign in to comment.