Skip to content

Commit

Permalink
Regenerate tuistenv and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Aug 24, 2018
1 parent b14dcb5 commit 2fdc2e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/tuist.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tuist < Formula
desc "Generate, maintain, and interact with Xcode projects easily"
homepage "https://tuist.io"
url "https://github.com/tuist/tuist/raw/0.3.0/bin/tuistenv"
sha256 "43915c5373f9fe22ac04be730aca625d8320bb27688d3acd8b1687a4728af8cb"
url "https://github.com/tuist/tuist/raw/0.4.0/bin/tuistenv"
sha256 "c2bb0a1e3416f71132e8ff12fb9dfe1aefe086022d89aea878c0de91ac3498c3"

def install
File.rename("tuistenv", "tuist")
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistCore/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class Constants {
public static let binFolderName = ".tuist-bin"
public static let binName = "tuist"
public static let gitRepositoryURL = "https://github.com/tuist/tuist.git"
public static let version = "0.3.0"
public static let version = "0.4.0"
public static let swiftVersion: String = "4.1.2"
public static let bundleName: String = "tuist.zip"

Expand Down
Binary file modified bin/tuistenv
Binary file not shown.

0 comments on commit 2fdc2e4

Please sign in to comment.