Skip to content

Commit

Permalink
Fixed README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
givip committed Aug 13, 2018
1 parent 1a18f57 commit 7d22b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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"])
Expand Down

0 comments on commit 7d22b1a

Please sign in to comment.