diff --git a/README.md b/README.md index 1684e5e..2f24715 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ To add TLV-KSP to your project, include the following in your app module build.g ``` dependencies { - implementation("dev.keiji.tlv:tlv:0.3.2") - ksp("dev.keiji.tlv:tlv-ksp:0.3.2") + implementation("dev.keiji.tlv:tlv:0.3.3") + ksp("dev.keiji.tlv:tlv-ksp:0.3.3") } ``` diff --git a/build.gradle b/build.gradle index 8113f5c..bad1d16 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ if (sonatypePropertiesFile.exists()) { ext { groupId = 'dev.keiji.tlv' - versionCode = '0.3.2' -// versionCode = '0.3.2-SNAPSHOT' + versionCode = '0.3.3' +// versionCode = '0.3.3-SNAPSHOT' sonatypeUsername = sonaTypeProps.get('sonatypeUsername') ?: "" sonatypePassword = sonaTypeProps.get('sonatypePassword') ?: ""