aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authortherealbush <therealbush@users.noreply.github.com>2022-04-24 13:09:45 -0700
committertherealbush <therealbush@users.noreply.github.com>2022-04-24 13:09:45 -0700
commit6b2e4191bfe95abacb962ddb0820a995a671db7c (patch)
tree6cda6b0cc5f261190515939859140314db301247 /build.gradle.kts
parent50d79fdf2bc980a68e146a0cdd603658ee642fb1 (diff)
downloadeventbus-kotlin-6b2e4191bfe95abacb962ddb0820a995a671db7c.tar.gz
eventbus-kotlin-6b2e4191bfe95abacb962ddb0820a995a671db7c.tar.bz2
eventbus-kotlin-6b2e4191bfe95abacb962ddb0820a995a671db7c.zip
update version
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index ad8a1e1..76e04b6 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
}
group = "me.bush"
-version = "1.0.0"
+version = "1.0.1"
repositories.mavenCentral()