Skip to content

Commit

Permalink
Bump version to 0.6.1, Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch committed Apr 22, 2023
1 parent 8d81b0f commit 2ec3820
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,23 @@ If you are having problems with BitBanana, please report the issue in [GitHub][i

Hey! Do you like BitBanana? Awesome! We could actually really use your help!

Open source isn't just writing code. BitBanana could use your help with any of the following:

- [Translating](docs/TRANSLATING.md) the app using Weblate
- Sharing a positive review and rating in the app store, if you are pleased with it
- Finding (and reporting!) bugs
- Suggesting new features
- Answering questions on issues
- Contributing to our documentation
- Reviewing pull requests
- Helping to manage issue priorities
- Fixing bugs/new features
- Providing support to fellow users on BitBanana's [Discord][discord].
Open source isn't just writing code. You can help BitBanana with any of the following:

- [Translate](docs/TRANSLATING.md) the app using Weblate
- Share a positive review and rate the app in the app store
- Find (and report!) bugs
- Suggest new features
- Answer questions on issues
- Contribute to our documentation
- Review pull requests
- Help to manage issue priorities
- Fix bugs, implement new features
- Provide support to fellow users on BitBanana's [discord][discord].
- Tell your friends about it and spread the word.

If any of that sounds cool to you, feel free to dive in! [Open an issue][issues] or submit a pull request.

If you would like to help contribute to the project, please see the [Contributing Guide](docs/CONTRIBUTING.md)
If you would like to contribute to the project code, please see the [Contributing Guide](docs/CONTRIBUTING.md)

If you want to setup a testing environment, please see the [Regtest Guide](docs/REGTEST.md)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "app.michaelwuensch.bitbanana"
minSdkVersion 24
targetSdkVersion 33
versionCode 40
versionName "0.6.0"
versionCode 43
versionName "0.6.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "bitbanana-" + versionName + "_" + versionCode)
Expand Down
1 change: 1 addition & 0 deletions docs/REBRANDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Here are the changes:
- Slight color adjustments
- Community management. BitBanana now has its own [discord][discord] channel.
- Translations are now done with weblate
- The "beta" status is ended and the app can now be normally rated an reviewed in the app store
- Lots of new features in intial release (Taproot, Channel summary, closed channels, sign/verify, ... )
- Over time more differences will occur as BitBanana is actively maintained and will receive new features.

Expand Down

0 comments on commit 2ec3820

Please sign in to comment.