Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismair committed Jun 16, 2024
1 parent b63f6b9 commit 07bb99d
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 @@ -46,7 +46,7 @@ See [TextRule](docs/TextRule.md) and [KiboshRunner](docs/KiboshRunner.md).
<dependency>
<groupId>org.dx42</groupId>
<artifactId>Kibosh</artifactId>
<version>0.3.0</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

def GROUP_ID = "org.dx42"
def ARTIFACT_ID = "Kibosh"
def VERSION = "0.3.0"
def VERSION = "1.0.0"

version = VERSION
group = GROUP_ID
Expand Down

0 comments on commit 07bb99d

Please sign in to comment.