diff --git a/README.md b/README.md index 7ae01fd..e010352 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 5b9780e..71f28aa 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();