Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Updating version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
owensd committed Jul 6, 2015
1 parent a372e8a commit 89cfc8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apous.xcodeproj/project.pbxproj
Expand Up @@ -172,7 +172,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 0.1.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -216,7 +216,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 0.1.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
2 changes: 1 addition & 1 deletion src/main.swift
Expand Up @@ -14,7 +14,7 @@ let PodfileConfig = "Podfile"
let ApousScriptFile = ".apous.swift"

// TODO(owensd): Pull this from a proper versioning tool.
let Version = "0.1.0"
let Version = "0.1.1"
let Branch = "master"

func printUsage() {
Expand Down

0 comments on commit 89cfc8b

Please sign in to comment.