Skip to content

Commit

Permalink
docs: revert unintentionally updated version numbers in Carthage docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 8, 2023
1 parent 6704fce commit 18beeda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .releaserc
Expand Up @@ -22,14 +22,9 @@ plugins:

- files:
- "README.md"
from: "([0-9]+).([0-9]+).([0-9]+)"
from: "(?!6.2.1|4.1.0)([0-9]+).([0-9]+).([0-9]+)"
to: "${nextRelease.version}"

- files:
- "README.md"
from: "from: \"([0-9]+).([0-9]+).([0-9]+)\""
to: "from: \"${nextRelease.version}\""

- files:
- "Package.swift"
from: "v([0-9]+).([0-9]+).([0-9]+)"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -64,18 +64,18 @@ dependencies: [
### [Carthage](https://github.com/Carthage/Carthage)

<details>
<summary>Only supported if using Maps SDK v4.2.0 or earlier</summary>
<summary>Only supported if using Maps SDK v6.2.1 or earlier</summary>

In your `Cartfile`:

```
github "googlemaps/google-maps-ios-utils" ~> 4.2.0
github "googlemaps/google-maps-ios-utils" ~> 4.1.0
```

See the [Carthage doc] for further installation instructions.
</details>

In addition to this, you will also have to include the `GoogleMaps` dependency using one of the available installation options (CocoaPods, XCFramework, Carthage (for v4.2.0 and earlier) or manual).
In addition to this, you will also have to include the `GoogleMaps` dependency using one of the available installation options (CocoaPods, XCFramework, Carthage (for v6.2.1 and earlier) or manual).

## Sample App

Expand Down

0 comments on commit 18beeda

Please sign in to comment.