Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Sep 26, 2021
1 parent 0779551 commit ae9c343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

group = "space.vectrix.flare"
version = "0.3.1-SNAPSHOT"
version = "1.0.0"
description = "Useful thread-safe collections with performance in mind."
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repositories {
}
dependencies {
implementation "space.vectrix.flare:flare:0.3.0"
implementation "space.vectrix.flare-fastutil:0.3.0"
implementation "space.vectrix.flare:flare:1.0.0"
implementation "space.vectrix.flare-fastutil:1.0.0"
}
```

Expand All @@ -32,12 +32,12 @@ Maven:
<dependency>
<groupId>space.vectrix.flare</groupId>
<artifactId>flare</artifactId>
<version>0.3.0</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>space.vectrix.flare</groupId>
<artifactId>flare-fastutil</artifactId>
<version>0.3.0</version>
<version>1.0.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit ae9c343

Please sign in to comment.