From f184635cf4a0a702aeb4ca1c66dff907be9213b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=CC=81szlo=CC=81=20Teveli?= Date: Tue, 3 Apr 2018 21:59:13 +0200 Subject: [PATCH] Version 1.3.1 --- .version | 2 +- Eval.podspec | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.version b/.version index 589268e6f..3a3cd8cc8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 diff --git a/Eval.podspec b/Eval.podspec index 173859af6..a32dc6b11 100644 --- a/Eval.podspec +++ b/Eval.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Eval" - s.version = "1.3.0" + s.version = "1.3.1" s.summary = "Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime" s.description = <<-DESC Eval is a lightweight interpreter framework written in Swift, for 📱iOS, 🖥 macOS, and 🐧Linux platforms. diff --git a/README.md b/README.md index 347122fd1..8d2be8d6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # { Eval } [![Travis CI status](https://travis-ci.org/tevelee/Eval.svg?branch=master)](https://travis-ci.org/tevelee/Eval) -[![Framework version](https://img.shields.io/badge/Version-1.3.0-yellow.svg)]() +[![Framework version](https://img.shields.io/badge/Version-1.3.1-yellow.svg)]() [![Swift version](https://img.shields.io/badge/Swift-4.0-orange.svg)]() [![Code Documentation Coverage](https://tevelee.github.io/Eval/badge.svg)](https://tevelee.github.io/Eval) [![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. Just add the following line to your dependencies: ```swift -.package(url: "https://github.com/tevelee/Eval.git", from: "1.3.0"), +.package(url: "https://github.com/tevelee/Eval.git", from: "1.3.1"), ``` And reference it by name in your targets: @@ -220,7 +220,7 @@ swift package resolve Just add the following line to your `Podfile`: ```ruby -pod 'Eval', '~> 1.3.0' +pod 'Eval', '~> 1.3.1' ``` And install the new dependency: @@ -233,7 +233,7 @@ pod install Just add the following line to your `Cartfile`: ```ruby -github "tevelee/Eval" >= 1.3.0 +github "tevelee/Eval" >= 1.3.1 ``` And install the new dependency: