Skip to content

Commit

Permalink
chore: bump app version (b1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Nov 22, 2023
1 parent f4bbd42 commit 49d8b1b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# RVMob's changelog

## v0.7.0

*This version has not been released yet.*

### What's new

- RVMob now uses React Native 0.73.
- fill out other features closer to completion

### Experimental/WIP features

### Bug fixes

### Known issues

## v0.6.0

*This version was released on 14/07/2023.*

### Important info for users of 0.5.0 or earlier

If you're one of the people using 0.5.0 or older versions of RVMob, you'll need to **clear your app data** before upgrading. To do this:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
applicationId "site.endl.taiku.rvmob"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "0.7.0-alpha"
versionCode 10
versionName "0.7.0-beta1"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rvmob",
"version": "0.6.0",
"version": "0.7.0-beta1",
"private": true,
"scripts": {
"clean": "react-native-clean-project",
Expand Down

0 comments on commit 49d8b1b

Please sign in to comment.