diff --git a/CHANGELOG.md b/CHANGELOG.md index dc74cb2..123089b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- 2022-11-14 - v0.4.6 + - using release v0.4.6 of lightarti-rest - 2022-08-19 - v0.4.3 - - using release v0.4.3 of lightarti-rest - - updating to latest gradle libraries + - using release v0.4.3 of lightarti-rest + - updating to latest gradle libraries diff --git a/README.md b/README.md index 911c9bf..470edff 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In the repository, you can find: In order to publish a new release on Maven, follow these steps: -- Go to the [rust](./rust) directory and update to the latest release tag +- Update the `rust` submodule: `git submodule update --remote` - Update `VERSION_NAME` and `VERSION_CODE` in the [properties file](https://github.com/c4dt/lightarti-rest-android/blob/main/artiwrapper/gradle.properties). - Commit to `main` diff --git a/artiwrapper/gradle.properties b/artiwrapper/gradle.properties index b0b3106..76649df 100644 --- a/artiwrapper/gradle.properties +++ b/artiwrapper/gradle.properties @@ -1,6 +1,6 @@ -VERSION_NAME=0.4.3 +VERSION_NAME=0.4.4 # Convention: VERSION_NAME=x.y.z → VERSION_CODE=xxyyzz (xx, yy, zz being 2-digit numbers) -VERSION_CODE=403 +VERSION_CODE=404 GROUP=io.github.c4dt POM_NAME=lightarti-rest Android library diff --git a/rust b/rust index 3a8b11c..528f2d5 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit 3a8b11cc8f70e80ec24370f90b4b9ad01a2b33ac +Subproject commit 528f2d503eda4947c09e878664e918e73cd7d35b