Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Sep 26, 2024
1 parent d669ac7 commit c1eebbe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ABI spec: https://solidity.readthedocs.io/en/latest/abi-spec.html

RLP spec: https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp

SHA-256 (headlong-12.2.0.jar): 8d4165dae71e1419d2d757871bb47596cff43ec1e3bb7b97778445d5d20e9b26
SHA-256 (headlong-12.3.0.jar): 446daf0f5a616a54ac85fb28f9ef240394471ff34fc89d4b21e939965b5b5962

## Usage

Expand Down Expand Up @@ -138,14 +138,14 @@ Or build locally:
Clone the project and install to your local maven repository using `gradle publishToMavenLocal` or `mvn install`, then declare it as a dependency:

```kotlin
implementation("com.esaulpaugh:headlong:12.2.1-SNAPSHOT")
implementation("com.esaulpaugh:headlong:12.3.1-SNAPSHOT")
```

```xml
<dependency>
<groupId>com.esaulpaugh</groupId>
<artifactId>headlong</artifactId>
<version>12.2.1-SNAPSHOT</version>
<version>12.3.1-SNAPSHOT</version>
</dependency>
```
Alternatively:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = "com.esaulpaugh"
archivesBaseName = "headlong"
version = "12.2.1-SNAPSHOT"
version = "12.3.1-SNAPSHOT"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//}
//
//group = "com.esaulpaugh"
//version = "12.2.1-SNAPSHOT"
//version = "12.3.1-SNAPSHOT"
//
//project.ext.set("archivesBaseName", "headlong")
//
Expand Down
2 changes: 1 addition & 1 deletion headlong.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repository=/.m2/repository
gson_path=/com/google/code/gson/gson/2.10.1
project.name=headlong
project.version=12.2.1-SNAPSHOT
project.version=12.3.1-SNAPSHOT
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.esaulpaugh</groupId>
<artifactId>headlong</artifactId>
<version>12.2.1-SNAPSHOT</version>
<version>12.3.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>headlong</name>
Expand Down

0 comments on commit c1eebbe

Please sign in to comment.