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

Commit 7a2e80a

Browse files
committed
Prepare for release 0.1.1
1 parent 303623b commit 7a2e80a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: softprops/action-gh-release@v1
4343
if: startsWith(github.ref, 'refs/tags/')
4444
with:
45-
name: Release {{ steps.get-tag.outputs.result }}
45+
name: Release ${{ steps.get-tag.outputs.result }}
4646
files: |
4747
./artiwrapper/build/outputs/aar/artiwrapper-release.aar
4848
env:

artiwrapper/gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
VERSION_NAME=0.1.0
2-
VERSION_CODE=100
1+
VERSION_NAME=0.1.1
2+
VERSION_CODE=101
33
GROUP=io.github.c4dt
44

55
POM_NAME=Arti Wrapper Library
66
POM_ARTIFACT_ID=artiwrapper
77
POM_DESCRIPTION=Android wrapper for arti, an implementation of Tor in Rust
8-
POM_URL=https://github.com/c4dt/tor-android
8+
POM_URL=https://github.com/c4dt/arti-android
99

10-
POM_SCM_URL=https://github.com/c4dt/tor-android.git
11-
POM_SCM_CONNECTION=scm:git@github.com:c4dt/tor-android.git
12-
POM_SCM_DEV_CONNECTION=scm:git@github.com:c4dt/tor-android.git
10+
POM_SCM_URL=https://github.com/c4dt/arti-android.git
11+
POM_SCM_CONNECTION=scm:git@github.com:c4dt/arti-android.git
12+
POM_SCM_DEV_CONNECTION=scm:git@github.com:c4dt/arti-android.git
1313

1414
POM_LICENSE_NAME=Mozilla Public License 2.0
1515
POM_LICENSE_URL=https://opensource.org/licenses/MPL-2.0

0 commit comments

Comments
 (0)