Skip to content

Commit 9148b2e

Browse files
committed
build: release
1 parent 028c4da commit 9148b2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Snapshots are available on the Sonatype Snapshots Repository:
2222
<dependency>
2323
<groupId>org.incendo</groupId>
2424
<artifactId>state-core</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0</version>
2626
</dependency>
2727
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.incendo
2-
version=1.0.0-SNAPSHOT
2+
version=1.0.0
33
description=A state machine
44

55
org.gradle.caching=true
6-
org.gradle.parallel=true
6+
org.gradle.parallel=true

0 commit comments

Comments
 (0)