Skip to content

Commit 5259e0b

Browse files
committed
chore: update readme and version
1 parent 69b83cf commit 5259e0b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The Lithic Java SDK provides convenient access to the Lithic REST API from applications written in Java. It includes helper classes with helpful types and documentation for every request and response property.
44

5+
This package is currently in beta (pre-v1.0.0). We expect some breaking changes to rarely-used areas of the SDK, and appreciate your [feedback](mailto:sdk-feedback@lithic.com).
6+
57
## Documentation
68

79
The API documentation can be found [here](https://docs.lithic.com).
@@ -15,7 +17,7 @@ The API documentation can be found [here](https://docs.lithic.com).
1517
#### Gradle
1618

1719
```kotlin
18-
implementation("com.lithic.api:lithic-java:0.0.0-alpha1")
20+
implementation("com.lithic.api:lithic-java:0.0.1")
1921
```
2022

2123
#### Maven
@@ -24,7 +26,7 @@ implementation("com.lithic.api:lithic-java:0.0.0-alpha1")
2426
<dependency>
2527
<groupId>com.lithic.api</groupId>
2628
<artifactId>lithic-java</artifactId>
27-
<version>0.0.0-alpha1</version>
29+
<version>0.0.1</version>
2830
</dependency>
2931
```
3032

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.lithic.api"
7-
version = "0.0.0-alpha1"
7+
version = "0.0.1"
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)