From 7d22b1add2fe5f11ff665d5381443fdbf095b201 Mon Sep 17 00:00:00 2001 From: givip Date: Mon, 13 Aug 2018 13:59:51 +0300 Subject: [PATCH] Fixed README.MD --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f751855..da2ee84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Telegram Bot Framework written in Swift 4.1 with SwiftNIO network framework [![Build](https://circleci.com/gh/givip/Telegrammer/tree/master.svg?style=shield&circle-token=04a84114573c1c6b3039ef82b88e54f1f6b8c512)](https://circleci.com/gh/givip/Telegrammer) -[![Version](https://img.shields.io/badge/version-0.3.1-blue.svg)](https://github.com/givip/Telegrammer/releases) +[![Version](https://img.shields.io/badge/version-0.4.0-blue.svg)](https://github.com/givip/Telegrammer/releases) [![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)](https://swift.org/download/) [![Platform](https://img.shields.io/badge/platform-Linux%20/%20macOS-ffc713.svg)](https://swift.org/download/) [![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/givip/Telegrammer/blob/master/LICENSE) @@ -84,7 +84,7 @@ $ swift package init --type executable let package = Package( name: "MyBot", dependencies: [ - .package(url: "https://github.com/givip/Telegrammer.git", from: "0.2.0") + .package(url: "https://github.com/givip/Telegrammer.git", from: "0.4.0") ], targets: [ .target( name: "MyBot", dependencies: ["Telegrammer"])