From 31a64764acac8bb0c89fc918f1ed262cdb294a18 Mon Sep 17 00:00:00 2001 From: Calvin Liang Date: Thu, 12 Sep 2024 13:55:18 -0700 Subject: [PATCH] bump version to 2.3.3 --- README.md | 8 ++++---- reorderable/build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94103ea..baa54cc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml` ```toml [versions] #... -reorderable = "2.3.2" +reorderable = "2.3.3" [libraries] #... @@ -63,7 +63,7 @@ or ```toml [libraries] #... -reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.3.2" } +reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.3.3" } ``` then @@ -84,7 +84,7 @@ If you're using Gradle instead, add the following to your `build.gradle` file: ```kotlin dependencies { // ... - implementation("sh.calvin.reorderable:reorderable:2.3.2") + implementation("sh.calvin.reorderable:reorderable:2.3.3") } ``` @@ -92,7 +92,7 @@ dependencies { ```groovy dependencies { - implementation 'sh.calvin.reorderable:reorderable:2.3.2' + implementation 'sh.calvin.reorderable:reorderable:2.3.3' } ``` diff --git a/reorderable/build.gradle.kts b/reorderable/build.gradle.kts index 6b5eb38..aea7539 100644 --- a/reorderable/build.gradle.kts +++ b/reorderable/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "sh.calvin.reorderable" -version = "2.3.2" +version = "2.3.3" kotlin { androidTarget {