From e9f19bd05666309994ea889905a37ef294dd6046 Mon Sep 17 00:00:00 2001 From: Christian Grigis Date: Tue, 12 Apr 2022 15:20:52 +0200 Subject: [PATCH] Pprepare for release 0.4.1 --- README.md | 8 ++++---- artiwrapper/gradle.properties | 10 +++++----- rust | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c23b125..05548be 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ implementation of Tor, in Rust". ## Using the wrapper Library releases are published on -[Maven](https://search.maven.org/search?q=artiwrapper). +[Maven](https://search.maven.org/search?q=lightarti-rest). To use the library in your project, add the following to your `build.gradle`: ``` -implementation 'io.github.c4dt:artiwrapper:' +implementation 'io.github.c4dt:lightarti-rest:' ``` In the repository, you can find: @@ -56,8 +56,8 @@ In order to publish a new release on Maven, follow these steps: will become available. - Click on "Release", again giving an optional message when prompted. - After some time, the release will be available in - [Maven](https://search.maven.org/search?q=artiwrapper), with Group ID - `io.github.c4dt` and Artifact ID `artiwrapper`. + [Maven](https://search.maven.org/search?q=lightarti-rest), with Group ID + `io.github.c4dt` and Artifact ID `lightarti-rest`. # Contributors diff --git a/artiwrapper/gradle.properties b/artiwrapper/gradle.properties index e2ed9b0..a53d7aa 100644 --- a/artiwrapper/gradle.properties +++ b/artiwrapper/gradle.properties @@ -1,11 +1,11 @@ -VERSION_NAME=0.3.2 +VERSION_NAME=0.4.1 # Convention: VERSION_NAME=x.y.z → VERSION_CODE=xxyyzz (xx, yy, zz being 2-digit numbers) -VERSION_CODE=302 +VERSION_CODE=401 GROUP=io.github.c4dt -POM_NAME=Arti Wrapper Library -POM_ARTIFACT_ID=artiwrapper -POM_DESCRIPTION=Android wrapper for arti, an implementation of Tor in Rust +POM_NAME=lightarti-rest Android library +POM_ARTIFACT_ID=lightarti-rest +POM_DESCRIPTION=Android library for lightarti-rest (mobile wrapper for arti, an implementation of Tor in Rust) POM_URL=https://github.com/c4dt/lightarti-rest-android POM_SCM_URL=https://github.com/c4dt/lightarti-rest-android.git diff --git a/rust b/rust index adcc60b..116f7f2 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit adcc60bc969b5ae8893d13c27f8070d470c2d9b7 +Subproject commit 116f7f264831a770a551101e4ccb8191296c22b2