Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Dec 9, 2016
1 parent 39c7134 commit 2c6eb90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions application/versions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<dict>
<key>beta</key>
<integer>4</integer>
<key>production</key>
<integer>5</integer>
</dict>
</dict>
</plist>
14 changes: 7 additions & 7 deletions framework/VCS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
let VCS_TYPE = "git"
let VCS_BASENAME = "speculid"
let VCS_UUID: String? = "b6fd659a7d2088d5420f962a307b1f7f7e5d0604"
let VCS_NUM: Int = 447
let VCS_DATE = "2016-12-09T14:32:01Z"
let VCS_NUM: Int = 448
let VCS_DATE = "2016-12-09T16:31:53Z"
let VCS_BRANCH: String = "release/1.0.1"
let VCS_TAG: String? = "1.0.1-alpha3"
let VCS_TICK: Int? = 0
let VCS_EXTRA: String? = "30"
let VCS_TICK: Int? = 1
let VCS_EXTRA: String? = "35"

let VCS_ACTION_STAMP: String? = "2016-12-09T14:32:01Z!leogdion@brightdigit.com"
let VCS_FULL_HASH: String = "abaab0b775edd1bdf04570def85dbe96758424ed"
let VCS_SHORT_HASH: String = "abaab0b"
let VCS_ACTION_STAMP: String? = "2016-12-09T16:31:53Z!leogdion@brightdigit.com"
let VCS_FULL_HASH: String = "39c7134a41040511e13464206b68ea1e47771b5f"
let VCS_SHORT_HASH: String = "39c7134"

let VCS_WC_MODIFIED: Bool = true

Expand Down
4 changes: 2 additions & 2 deletions speculid.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFAULT_VERSION_SEMVER = 1.0.1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -883,7 +883,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFAULT_VERSION_SEMVER = 1.0.1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down

0 comments on commit 2c6eb90

Please sign in to comment.