Skip to content

Commit a0a9db3

Browse files
author
CEL-Java Release Workflow [bot]
committed
[release] v0.1.0
1 parent ce4aac6 commit a0a9db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The easiest way to get started is to add a dependency to your Maven project
1313
<dependency>
1414
<groupId>org.projectnessie.cel</groupId>
1515
<artifactId>cel-tools</artifactId>
16-
<version>0.1-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
</dependency>
1818
```
1919
or Gradle project.
2020
```groovy
2121
dependencies {
22-
implementation("org.projectnessie.cel:cel-tools:0.1-SNAPSHOT")
22+
implementation("org.projectnessie.cel:cel-tools:0.1.0")
2323
}
2424
```
2525

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1-SNAPSHOT
1+
0.1.0

0 commit comments

Comments
 (0)