Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Prepare for version 1.3 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 authored Apr 23, 2023
1 parent 8b9d7c6 commit 699df51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("io.github.oas004.metrics") version "0.1.2-SNAPSHOT"
id("io.github.oas004.metrics") version "0.1.3-SNAPSHOT"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sample/lib/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("io.github.oas004.metrics") version "0.1.2-SNAPSHOT"
id("io.github.oas004.metrics") version "0.1.3-SNAPSHOT"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion verifyComposeMetricsPlugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ project.tasks.withType<KotlinCompile>().configureEach {
}
}

version = "0.1.2"
version = "0.1.3"
group = "io.github.oas004.metrics"

pluginBundle {
Expand Down

0 comments on commit 699df51

Please sign in to comment.