Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jan 26, 2024
1 parent bd86ad7 commit d30feae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ Import as a Gradle dependency:

```groovy
dependencies {
def marshalVersion = "0.1.0-alpha.6"
annotationProcessor("io.github.over-run:marshal:$marshalVersion")
implementation("io.github.over-run:marshal:$marshalVersion")
implementation("io.github.over-run:marshal:0.1.0-alpha.7-jdk22")
}
```
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.6
projVersion=0.1.0-alpha.7-jdk22
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 d30feae

Please sign in to comment.