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

Commit

Permalink
Merge pull request #19 from c4dt/release-0.4.1
Browse files Browse the repository at this point in the history
Pprepare for release 0.4.1
  • Loading branch information
cgrigis authored Apr 12, 2022
2 parents 844e63f + e9f19bd commit 08370ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<version>'
implementation 'io.github.c4dt:lightarti-rest:<version>'
```

In the repository, you can find:
Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions artiwrapper/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust

0 comments on commit 08370ad

Please sign in to comment.