Skip to content

Commit

Permalink
[DEV][v1.0.0-beta2 is completed]
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Esen authored and Emre Esen committed Feb 13, 2024
1 parent d178e8d commit 81d2edb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.0-beta2 (14.02.2024)

* Start screen is completed
* About screen added
* Minor ui fix

## v1.0.0-beta1 (12.02.2024)

* Initial release
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId "com.sn.snfilemanager"
minSdk 26
targetSdk 34
versionCode 1
versionName "1.0.0-beta1"
versionCode 2
versionName "1.0.0-beta2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 81d2edb

Please sign in to comment.