Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderTar committed Jan 9, 2023
1 parent d8d6a11 commit 85271d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LASwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LASwift'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'Linear algebra library for Swift language'

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'LASwift', '~> 0.3.1'
pod 'LASwift', '~> 0.3.2'
```

Install into your project:
Expand Down Expand Up @@ -99,7 +99,7 @@ $ brew install carthage
To integrate `LASwift` into your Xcode project using Carthage, specify it in your `Cartfile` file:

```ogdl
github "alexandertar/LASwift" >= 0.3.1
github "alexandertar/LASwift" >= 0.3.2
```

#### Swift Package Manager
Expand All @@ -111,7 +111,7 @@ let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.Package(url: "https://github.com/alexandertar/LASwift", versions: "0.3.1" ..< Version.max)
.Package(url: "https://github.com/alexandertar/LASwift", versions: "0.3.2" ..< Version.max)
]
)
```
Expand Down

0 comments on commit 85271d1

Please sign in to comment.