Skip to content

Commit

Permalink
Releasing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed Sep 14, 2020
1 parent 140820c commit 31e2cfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Euler.podspec
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Euler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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

[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
Expand All @@ -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"))
]
```

Expand Down Expand Up @@ -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)
<img src="./Euclid.png" alt="Euclid" height="200">
<img src="https://euler.arguiot.com/Euclid.png" alt="Euclid" height="200">
> **Euclid Calculator**
>
Expand Down

0 comments on commit 31e2cfc

Please sign in to comment.