Skip to content

Commit

Permalink
fix: update version to 2.1.2-jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira0x committed Jan 29, 2025
1 parent d07ac67 commit 5a50ea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package com.teixeira0x.subtypo.build

@SuppressWarnings("unused")
object VersionUtils {
const val versionCode = 8
const val version = "2.1.1-jelly"
const val versionCode = 9
const val version = "2.1.2-jelly"

val versionName by lazy {
val branchName = CI.branchName
Expand Down

0 comments on commit 5a50ea8

Please sign in to comment.