From 321d32260b843d9222ee3edc19861c04cc734355 Mon Sep 17 00:00:00 2001 From: Ali Albaali Date: Wed, 17 Feb 2021 00:54:23 +0300 Subject: [PATCH] Bump version to 0.1.1 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 467ad892..55b5b4c5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ kotlin { sourceSets { commonMain { dependencies { - implementation("com.alialbaali.kamel:kamel-image:0.1.0") + implementation("com.alialbaali.kamel:kamel-image:0.1.1") // ... } } @@ -57,7 +57,7 @@ Add the dependency to the dependencies block: ```kotlin dependencies { - implementation("com.alialbaali.kamel:kamel-image:0.1.0") + implementation("com.alialbaali.kamel:kamel-image:0.1.1") // ... } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 4dcd8465..01d783cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ buildscript { ext { set("GroupId", "com.alialbaali.kamel") - set("Version", "0.1.1-SNAPSHOT") + set("Version", "0.1.1") } val file = project.file("local.properties")