diff --git a/README.md b/README.md index 7ae01fdc..e0103524 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ repositories { } } dependencies { - implementation 'com.github.Speiger:Primitive-Collections:0.7.0' + implementation 'com.github.Speiger:Primitive-Collections:0.9.0' } ``` diff --git a/build.gradle b/build.gradle index 5b9780e1..71f28aa6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { } archivesBaseName = 'Primitive Collections' -version = '0.8.0'; +version = '0.9.0'; sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaVersion.current();