Skip to content

Commit

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

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

Maven:

```xml

<dependency>
<groupId>com.realtimetech</groupId>
<artifactId>opack</artifactId>
<version>0.0.13</version>
<version>0.0.12</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.13"
version = "0.0.12"

compileJava.options.encoding = 'UTF-8'

Expand Down

0 comments on commit c53a59c

Please sign in to comment.