Skip to content

Commit

Permalink
feat:publish v0.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa committed Jul 13, 2024
1 parent b31aae4 commit 62c2ef6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hildr-batcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'io.optimism'
version = '0.4.0'
version = '0.4.4'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down
2 changes: 1 addition & 1 deletion hildr-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group 'io.optimism'
version '0.4.0'
version '0.4.4'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down
2 changes: 1 addition & 1 deletion hildr-proposer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'io.optimism'
version = '0.4.0'
version = '0.4.4'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down
2 changes: 1 addition & 1 deletion hildr-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.optimism'
version = '0.4.0'
version = '0.4.4'

import org.gradle.nativeplatform.platform.internal.Architectures
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
Expand Down

0 comments on commit 62c2ef6

Please sign in to comment.