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

Commit

Permalink
Update to lightarti-rest 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Nov 14, 2022
1 parent 6026e3b commit a40ee6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions artiwrapper/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a40ee6b

Please sign in to comment.