Skip to content

Commit

Permalink
Bump publish version to 2.2-2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Oct 28, 2024
1 parent a426177 commit c97cda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ext.platformPath = getPlatformPath(triplet)
ext.platformClassifier = ext.platformPath.replaceFirst('/', '')

ext.repo = "thirdparty-ceres"
def pubVersion = "2.2-1"
def pubVersion = "2.2-2"

def outputsFolder = file("$project.buildDir/outputs")

Expand Down Expand Up @@ -179,4 +179,4 @@ model {
}
}
}
}
}

0 comments on commit c97cda8

Please sign in to comment.