Skip to content

Commit

Permalink
Bump version code and name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Dec 11, 2020
1 parent a975e21 commit d54a2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CoreManagerImpl(

// This is the last tagged versions of cores.
companion object {
private val CORES_VERSION = "1.8.0-beta2"
private val CORES_VERSION = "1.8.0"
}

private val baseUri = Uri.parse("https://github.com/")
Expand Down
4 changes: 2 additions & 2 deletions lemuroid-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {

android {
defaultConfig {
versionCode = 101
versionName = "1.8.0-beta2"
versionCode = 102
versionName = "1.8.0"
applicationId = "com.swordfish.lemuroid"
}

Expand Down

0 comments on commit d54a2d8

Please sign in to comment.