From 31e2cfc94d059107215b8dee4e5ed0e842784b6b Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Mon, 14 Sep 2020 10:06:28 -0400 Subject: [PATCH] Releasing v0.3.0 --- Euler.podspec | 2 +- Euler.xcodeproj/project.pbxproj | 4 ++-- README.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Euler.podspec b/Euler.podspec index 3abe824..8b34565 100644 --- a/Euler.podspec +++ b/Euler.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Euler" - s.version = "0.2.9" + s.version = "0.3.0" s.summary = "The open source computational framework for the Swift language (early stage)" s.description = <<-DESC The open source computational framework for the Swift language (early stage) diff --git a/Euler.xcodeproj/project.pbxproj b/Euler.xcodeproj/project.pbxproj index fbc3a27..e95d704 100644 --- a/Euler.xcodeproj/project.pbxproj +++ b/Euler.xcodeproj/project.pbxproj @@ -822,7 +822,7 @@ HEADER_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - MARKETING_VERSION = 0.2.9; + MARKETING_VERSION = 0.3.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -847,7 +847,7 @@ HEADER_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = Euler.xcodeproj/Euler_Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - MARKETING_VERSION = 0.2.9; + MARKETING_VERSION = 0.3.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/README.md b/README.md index 74e41b6..9804554 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I’m already working with Apple to fix this, but if you have the solution, plea [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`: ```ruby -pod 'Euler', '~> 0.2.9' +pod 'Euler', '~> 0.3.0' ``` ### Carthage @@ -23,7 +23,7 @@ pod 'Euler', '~> 0.2.9' [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`: ```ogdl -github "arguiot/Euler" ~> 0.2.9 +github "arguiot/Euler" ~> 0.3.0 ``` ### Swift Package Manager @@ -34,7 +34,7 @@ Once you have your Swift package set up, adding Euler as a dependency is as easy ```swift dependencies: [ - .package(url: "https://github.com/arguiot/Euler.git", .upToNextMajor(from: "0.2.9")) + .package(url: "https://github.com/arguiot/Euler.git", .upToNextMajor(from: "0.3.0")) ] ``` @@ -80,7 +80,7 @@ If you prefer not to use any of the aforementioned dependency managers, you can # Showcase Here is a list of apps using Euler to work (not exhaustive) -Euclid +Euclid > **Euclid Calculator** >