Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Sep 2, 2023
1 parent e0fbce7 commit 61d9ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Elytrium Java Serializer is uploaded to the Maven Central repository, so you can
<dependency>
<groupId>net.elytrium</groupId>
<artifactId>serializer</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
</dependencies>
```
- Gradle (build.gradle):
```groovy
dependencies {
implementation("net.elytrium:serializer:1.0.2")
implementation("net.elytrium:serializer:1.1.0")
}
```

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

this.group = "net.elytrium"
this.version = "1.0.3-SNAPSHOT"
this.version = "1.1.0"

compileJava() {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 61d9ece

Please sign in to comment.