Skip to content

Commit b734c80

Browse files
committed
Releasing v0.3.6
1 parent da1e6de commit b734c80

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Euler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Euler"
3-
s.version = "0.3.5"
3+
s.version = "0.3.6"
44
s.summary = "The open source computational framework for the Swift language (early stage)"
55
s.description = <<-DESC
66
The open source computational framework for the Swift language (early stage)

Euler.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
HEADER_SEARCH_PATHS = "$(inherited)";
823823
INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist;
824824
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
825-
MARKETING_VERSION = 0.3.5;
825+
MARKETING_VERSION = 0.3.6;
826826
OTHER_CFLAGS = "$(inherited)";
827827
OTHER_LDFLAGS = "$(inherited)";
828828
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -847,7 +847,7 @@
847847
HEADER_SEARCH_PATHS = "$(inherited)";
848848
INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist;
849849
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
850-
MARKETING_VERSION = 0.3.5;
850+
MARKETING_VERSION = 0.3.6;
851851
OTHER_CFLAGS = "$(inherited)";
852852
OTHER_LDFLAGS = "$(inherited)";
853853
OTHER_SWIFT_FLAGS = "$(inherited)";

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ You can use the following options to install Euler, but we recommend using Cocoa
1313
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Euler into your Xcode project using CocoaPods, specify it in your `Podfile`:
1414

1515
```ruby
16-
pod 'Euler', '~> 0.3.5'
16+
pod 'Euler', '~> 0.3.6'
1717
```
1818

1919
### Carthage
2020

2121
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Euler into your Xcode project using Carthage, specify it in your `Cartfile`:
2222

2323
```ogdl
24-
github "arguiot/Euler" ~> 0.3.5
24+
github "arguiot/Euler" ~> 0.3.6
2525
```
2626

2727
### Swift Package Manager
@@ -32,7 +32,7 @@ Once you have your Swift package set up, adding Euler as a dependency is as easy
3232

3333
```swift
3434
dependencies: [
35-
.package(url: "https://github.com/arguiot/Euler.git", .upToNextMajor(from: "0.3.5"))
35+
.package(url: "https://github.com/arguiot/Euler.git", .upToNextMajor(from: "0.3.6"))
3636
]
3737
```
3838

0 commit comments

Comments
 (0)