Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Nov 15, 2024
1 parent a74fbb8 commit 94dd5f0
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 @@ -12,7 +12,7 @@ Add the following Maven dependency to your project:
<dependency>
<groupId>de.cronn</groupId>
<artifactId>commons-lang</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = 'de.cronn'
version = '1.3-SNAPSHOT'
version = '1.3'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 94dd5f0

Please sign in to comment.