Skip to content

Commit f184635

Browse files
committed
Version 1.3.1
1 parent 6260997 commit f184635

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

Eval.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 = "Eval"
3-
s.version = "1.3.0"
3+
s.version = "1.3.1"
44
s.summary = "Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime"
55
s.description = <<-DESC
66
Eval is a lightweight interpreter framework written in Swift, for 📱iOS, 🖥 macOS, and 🐧Linux platforms.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# { Eval }
22

33
[![Travis CI status](https://travis-ci.org/tevelee/Eval.svg?branch=master)](https://travis-ci.org/tevelee/Eval)
4-
[![Framework version](https://img.shields.io/badge/Version-1.3.0-yellow.svg)]()
4+
[![Framework version](https://img.shields.io/badge/Version-1.3.1-yellow.svg)]()
55
[![Swift version](https://img.shields.io/badge/Swift-4.0-orange.svg)]()
66
[![Code Documentation Coverage](https://tevelee.github.io/Eval/badge.svg)](https://tevelee.github.io/Eval)
77
[![Code Test Coverage](https://codecov.io/gh/tevelee/Eval/branch/master/graph/badge.svg)](https://codecov.io/gh/tevelee/Eval)
@@ -198,7 +198,7 @@ You have a few options to include the library in your app.
198198
Just add the following line to your dependencies:
199199

200200
```swift
201-
.package(url: "https://github.com/tevelee/Eval.git", from: "1.3.0"),
201+
.package(url: "https://github.com/tevelee/Eval.git", from: "1.3.1"),
202202
```
203203

204204
And reference it by name in your targets:
@@ -220,7 +220,7 @@ swift package resolve
220220
Just add the following line to your `Podfile`:
221221

222222
```ruby
223-
pod 'Eval', '~> 1.3.0'
223+
pod 'Eval', '~> 1.3.1'
224224
```
225225
And install the new dependency:
226226

@@ -233,7 +233,7 @@ pod install
233233
Just add the following line to your `Cartfile`:
234234

235235
```ruby
236-
github "tevelee/Eval" >= 1.3.0
236+
github "tevelee/Eval" >= 1.3.1
237237
```
238238
And install the new dependency:
239239

0 commit comments

Comments
 (0)