Skip to content

Commit

Permalink
Version 1.1-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Mar 31, 2021
1 parent 8bc0e15 commit f1be69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BottomNavigationCircles/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("android")
}

val sharedVersionName = "1.1-beta2"
val sharedVersionName = "1.1-beta3"

fun versionCode(): Int {
val secondsSinceEpoch = System.currentTimeMillis() / 1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Available versions:
| Release | Version Tag | Comment |
|---------|--------------------------------|------------------------------------------|
| stable | 1.0 | -- |
| beta | 1.1-beta1 | Contains fixes for material:1.4.0 |
| beta | 1.1-beta3 | Contains fixes for material:1.4.0 |

## Usage

Expand Down

0 comments on commit f1be69a

Please sign in to comment.