Skip to content

Commit

Permalink
Merge pull request #110 from YutoMizutani/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
YutoMizutani authored Oct 23, 2018
2 parents 3f037ec + eaf8023 commit 19ae54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demo/CLI/jc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gen:
swift package generate-xcodeproj

build:
swift build -c release -Xswiftc -static-stdlib
swift build --disable-sandbox -c release -Xswiftc -static-stdlib

install: build
mkdir -p "$(PREFIX)/bin"
Expand Down
2 changes: 1 addition & 1 deletion JSONtoCodable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JSONtoCodable"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "A generating tool from Raw JSON to Codable"

s.description = <<-DESC
Expand Down

0 comments on commit 19ae54a

Please sign in to comment.