Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedawson committed Nov 6, 2023
1 parent 2da8bb9 commit 24e3c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(project.file("buildconfig.local.properties").exists()) {
}

group 'com.github.UstadMobile.Meshrabiya'
version '0.1d10-snapshot'
version '0.1d11-snapshot'

ext {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object MeshrabiyaConstants {

const val LOG_TAG = "Meshrabiya"

const val VERSION = "0.1d10"
const val VERSION = "0.1d11"

val UUID_BUSY = UUID(0, 0)

Expand Down

0 comments on commit 24e3c04

Please sign in to comment.