Skip to content

Commit 84a9dea

Browse files
committed
Version 1.2.0
1 parent b67e4f0 commit 84a9dea

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.1.0
1+
1.2.0

Eval.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "Eval"
19-
s.version = "1.1.0"
19+
s.version = "1.2.0"
2020
s.summary = "Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime"
2121

2222
# This description is used to generate tags and improve search results.

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.1.0-yellow.svg)]()
4+
[![Framework version](https://img.shields.io/badge/Version-1.2.0-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.1.0"),
201+
.package(url: "https://github.com/tevelee/Eval.git", from: "1.2.0"),
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.1'
223+
pod 'Eval', '~> 1.2'
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.1.0
236+
github "tevelee/Eval" >= 1.2.0
237237
```
238238
And install the new dependency:
239239

0 commit comments

Comments
 (0)