Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed May 21, 2024
1 parent 73bc4c1 commit 79ccb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ allprojects {
}

group = "exchange.dydx.abacus"
version = "1.7.24"
version = "1.7.25"

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions v4_abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'v4_abacus'
spec.version = '1.7.24'
spec.version = '1.7.25'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :http=> ''}
spec.authors = ''
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|



if !Dir.exist?('build/cocoapods/framework/Abacus.framework') || Dir.empty?('build/cocoapods/framework/Abacus.framework')
if false
raise "
Kotlin framework 'Abacus' doesn't exist yet, so a proper Xcode project can't be generated.
Expand Down

0 comments on commit 79ccb85

Please sign in to comment.