Skip to content

Commit

Permalink
Merge pull request #32 from emreesen27/v1.0.0-beta2
Browse files Browse the repository at this point in the history
[DEV][v1.0.0-beta2 is completed]
  • Loading branch information
emreesen27 authored Feb 13, 2024
2 parents d178e8d + 81d2edb commit 6fee171
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 6fee171

Please sign in to comment.