Skip to content

Commit bfc6519

Browse files
authored
chore: remove alpha/beta from readmes (#3660)
1 parent 94b6790 commit bfc6519

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clients/algoliasearch-client-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ To get started, add the algoliasearch-client-java dependency to your project, ei
3535
<dependency>
3636
<groupId>com.algolia</groupId>
3737
<artifactId>algoliasearch</artifactId>
38-
<version>4.0.0-beta.36</version>
38+
<version>[4,)</version>
3939
</dependency>
4040
```
4141

4242
or [Gradle](https://gradle.org/):
4343

4444
```java
4545
dependencies {
46-
implementation 'com.algolia:algoliasearch:4.0.0-beta.36'
46+
implementation 'com.algolia:algoliasearch:4.+'
4747
}
4848
```
4949

clients/algoliasearch-client-swift/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6262
let package = Package(
6363
// 9.0.0 ..< 10.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "9.0.0-beta.6")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "9.0.0")
6666
],
6767
// ...
6868
)
@@ -75,7 +75,7 @@ let package = Package(
7575
To install Algolia Swift Client, simply add the following line to your Podfile:
7676

7777
```ruby
78-
pod 'AlgoliaSearchClient', '~> 9.0.0-alpha.0'
78+
pod 'AlgoliaSearchClient', '~> 9.0.0'
7979
# pod 'InstantSearchClient', '~> 7.0' // Swift 5.9 NOT YET RELEASED
8080
```
8181

@@ -91,7 +91,7 @@ $ pod update
9191

9292
- To install InstantSearch, simply add the following line to your Cartfile:
9393
```ruby
94-
github "algolia/algoliasearch-client-swift" ~> 9.0.0-alpha.0
94+
github "algolia/algoliasearch-client-swift" ~> 9.0.0
9595
```
9696

9797
- Launch the following commands from the project directory (for v.8.0+)

0 commit comments

Comments
 (0)