Skip to content

Commit 386800e

Browse files
committed
chore: update package version
1 parent f326d3e commit 386800e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ During private beta, this package is not published to a public repository. To ma
2121
#### Gradle
2222

2323
```kotlin
24-
implementation("com.lithic.api:lithic-java:0.0.1")
24+
implementation("com.lithic.api:lithic-java:0.0.0-alpha1")
2525
```
2626

2727
#### Maven
@@ -30,7 +30,7 @@ implementation("com.lithic.api:lithic-java:0.0.1")
3030
<dependency>
3131
<groupId>com.lithic.api</groupId>
3232
<artifactId>lithic-java</artifactId>
33-
<version>0.0.1</version>
33+
<version>0.0.0-alpha1</version>
3434
</dependency>
3535
```
3636

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.1"
7+
version = "0.0.0-alpha1"
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)