Skip to content

Commit

Permalink
Merge pull request #27 from mitchtreece/dev
Browse files Browse the repository at this point in the history
2.3.0 Release
  • Loading branch information
mitchtreece authored Sep 19, 2023
2 parents 867aabf + d52102d commit 4b6ced3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mitchtreece/Espresso",
"state": {
"branch": null,
"revision": "0464b1c0e488dce46da7dfe1ba2060fcd29b89f7",
"version": "3.1.6"
"revision": "52e42820c14d327cad3cd77940108bc8796292a3",
"version": "3.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
.package(
name: "Espresso",
url: "https://github.com/mitchtreece/Espresso",
.upToNextMajor(from: .init(3, 1, 0))
.upToNextMajor(from: .init(3, 0, 0))
),

.package(
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<div align="center">

![Version](https://img.shields.io/badge/Version-2.2.1-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![iOS](https://img.shields.io/badge/iOS-13--16-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![Version](https://img.shields.io/badge/Version-2.3.0-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![iOS](https://img.shields.io/badge/iOS-13+-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![Swift](https://img.shields.io/badge/Swift-5-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![Xcode](https://img.shields.io/badge/Xcode-14-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)
![Xcode](https://img.shields.io/badge/Xcode-15-F0ABAA.svg?style=for-the-badge&labelColor=E25F5F)

</div>

Expand All @@ -26,7 +26,7 @@ If you're adding Spider as a dependency of your own Swift package, just add a pa
.package(
name: "Spider",
url: "https://github.com/mitchtreece/Spider",
.upToNextMajor(from: .init(2, 2, 0))
.upToNextMajor(from: .init(2, 0, 0))
)
```

Expand Down
1 change: 1 addition & 0 deletions Sources/Core/_Exports.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@_exported import Foundation
@_exported import Reachability
@_exported import EspressoLibSupport_Spider

0 comments on commit 4b6ced3

Please sign in to comment.