Version 0.2.0

This commit is contained in:
Pedro Piñera 2018-08-05 22:12:26 +02:00
parent b0f5534095
commit cdddbbe30d
3 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
## Next version ## Next version
## 0.2.0
### Added ### Added
- Install command https://github.com/tuist/tuist/pull/83 by @pepibumur. - Install command https://github.com/tuist/tuist/pull/83 by @pepibumur.

View File

@ -5,7 +5,7 @@ public class Constants {
public static let binFolderName = ".tuist-bin" public static let binFolderName = ".tuist-bin"
public static let binName = "tuist" public static let binName = "tuist"
public static let gitRepositorySSH = "git@github.com:tuist/tuist.git" public static let gitRepositorySSH = "git@github.com:tuist/tuist.git"
public static let version = "0.1.0" public static let version = "0.2.0"
public static let swiftVersion = "4.1.2" public static let swiftVersion = "4.1.2"
public struct Manifest { public struct Manifest {

Binary file not shown.