Skip to content

Commit c0cb357

Browse files
authored
Update README.md
1 parent b3af4c8 commit c0cb357

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the dependency in your `build.gradle`:
2020

2121
```groovy
2222
dependencies {
23-
implementation 'com.assemblyai:assemblyai-java:0.x.x'
23+
implementation 'com.assemblyai:assemblyai-java:1.x.x'
2424
}
2525
```
2626

@@ -32,7 +32,7 @@ Add the dependency in your `pom.xml`:
3232
<dependency>
3333
<groupId>com.assemblyai</groupId>
3434
<artifactId>assemblyai-java</artifactId>
35-
<version>0.x.x</version>
35+
<version>1.x.x</version>
3636
</dependency>
3737
```
3838

@@ -139,13 +139,6 @@ TranscriptParams params = TranscriptParams.builder()
139139
.build();
140140
```
141141

142-
## Beta status
143-
This SDK is in beta, and there may be breaking changes between versions
144-
without a major version update. Therefore, we recommend pinning the package
145-
version to a specific version in your build.gradle file. This way, you can
146-
install the same version each time without breaking changes unless you are
147-
intentionally looking for the latest version.
148-
149142
## Contributing
150143
While we value open-source contributions to this SDK, this library
151144
is generated programmatically. Additions made directly to this library

0 commit comments

Comments
 (0)