Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed May 15, 2019
2 parents 23db834 + 7035acb commit 66d039a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ debug: build-debug install-debug

# Build
build-release:
swift build -c release -Xswiftc -static-stdlib --disable-sandbox
swift build -c release --disable-sandbox
build-debug:
swift build -c debug -Xswiftc -static-stdlib --disable-sandbox
swift build -c debug --disable-sandbox

# Install
install-release:
Expand Down
2 changes: 1 addition & 1 deletion Sources/Flint/version/version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@

import Foundation

let version = "0.1.9"
let version = "0.2.0"
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.2.0

0 comments on commit 66d039a

Please sign in to comment.