Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Dec 16, 2023
1 parent 74e984f commit aaee245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Import as a Gradle dependency:

```groovy
dependencies {
def marshalVersion = "0.1.0-alpha.1"
def marshalVersion = "0.1.0-alpha.2"
annotationProcessor("io.github.over-run:marshal:$marshalVersion")
implementation("io.github.over-run:marshal:$marshalVersion")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ projGroupId=io.github.over-run
projArtifactId=marshal
# The project name should only contain lowercase letters, numbers and hyphen.
projName=marshal
projVersion=0.1.0-alpha.1
projVersion=0.1.0-alpha.2
projDesc=Marshaler of native libraries
# Uncomment them if you want to publish to maven repository.
projUrl=https://github.com/Over-Run/marshal
Expand Down

0 comments on commit aaee245

Please sign in to comment.