Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
devjeonghwan committed Oct 31, 2023
1 parent 617d994 commit f31f6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,17 @@ Gradle:

```gradle
dependencies {
implementation 'com.realtimetech:opack:0.0.12'
implementation 'com.realtimetech:opack:0.0.13'
}
```

Maven:

```xml

<dependency>
<groupId>com.realtimetech</groupId>
<artifactId>opack</artifactId>
<version>0.0.12</version>
<version>0.0.13</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {

group 'com.realtimetech'
archivesBaseName = "opack"
version = "0.0.12"
version = "0.0.13"

compileJava.options.encoding = 'UTF-8'

Expand Down

0 comments on commit f31f6ee

Please sign in to comment.