Skip to content

Commit

Permalink
feat: Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-i committed Mar 28, 2024
1 parent 0fc1825 commit 1ee0405
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion AutoFlex.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AutoFlex'
s.version = '0.3.2'
s.version = '0.3.3'
s.summary = 'An auto layout framework.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AutoFlex (0.3.2)
- AutoFlex (0.3.3)

DEPENDENCIES:
- AutoFlex (from `./`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
AutoFlex: 8df481e8516e1153260a784c67dfc595450d5a93
AutoFlex: 25c87faa2c42a40c3c88756c72da69077ea65b9f

PODFILE CHECKSUM: bd6411928548982958ec26e733ed1ef62dff8926

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/AutoFlex.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A Swift Autolayout Library for iOS, tvOS and macOS.
If you are using the [Swift Package Manager](https://www.swift.org/documentation/package-manager), add a dependency to your `Package.swift` file and import the AutoFlex library into the desired targets:
```swift
dependencies: [
.package(url: "https://github.com/liam-i/AutoFlex.git", from: "0.3.2")
.package(url: "https://github.com/liam-i/AutoFlex.git", from: "0.3.3")
],
targets: [
.target(
Expand All @@ -42,7 +42,7 @@ If you are using Xcode, then you should:

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/liam-i/AutoFlex.git`
- Select "Up to Next Minor" with "0.3.2"
- Select "Up to Next Minor" with "0.3.3"

> [!TIP]
> For detailed tutorials, see: [Apple Docs](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)
Expand All @@ -59,7 +59,7 @@ platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
pod 'AutoFlex', '~> 0.3.2'
pod 'AutoFlex', '~> 0.3.3'
end
```

Expand All @@ -73,7 +73,7 @@ And run `pod install`.
If you're using [Carthage](https://github.com/Carthage/Carthage), add this to your `Cartfile`:

```ruby
github "liam-i/AutoFlex" ~> 0.3.2
github "liam-i/AutoFlex" ~> 0.3.3
```

And run `carthage update --platform iOS --use-xcframeworks`.
Expand Down

0 comments on commit 1ee0405

Please sign in to comment.