Skip to content

Commit 7c1d6d6

Browse files
committed
Update version number
1 parent dbf7376 commit 7c1d6d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Compass.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Compass"
33
s.summary = "Compass helps you setup a central navigation system for your iOS application."
4-
s.version = "5.1.0"
4+
s.version = "6.0.0"
55
s.homepage = "https://github.com/hyperoslo/Compass"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }

Compass.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
D5B2E8A91C3A780C00C0327D /* Compass-iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Compass-iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
7474
D5C629401C3A7FAA007F7B7C /* Compass.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Compass.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7575
D5C629491C3A7FAA007F7B7C /* Compass-Mac-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Compass-Mac-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
76+
D5D70EA31F9DD13C0018736F /* Info-tvOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
7677
FDD723411DCA20BC00D722E4 /* Compass.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Compass.framework; sourceTree = BUILT_PRODUCTS_DIR; };
77-
FDD723421DCA20BC00D722E4 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-tvOS.plist"; path = "/Users/ferruggp/workspace/Compass/Project/Info-tvOS.plist"; sourceTree = "<absolute>"; };
7878
/* End PBXFileReference section */
7979

8080
/* Begin PBXFrameworksBuildPhase section */
@@ -140,9 +140,9 @@
140140
D53620121D6C743A003C3EE8 /* Project */ = {
141141
isa = PBXGroup;
142142
children = (
143+
D5D70EA31F9DD13C0018736F /* Info-tvOS.plist */,
143144
D53620131D6C743A003C3EE8 /* Info-iOS.plist */,
144145
D53620141D6C743A003C3EE8 /* Info-Mac.plist */,
145-
FDD723421DCA20BC00D722E4 /* Info-tvOS.plist */,
146146
D53620151D6C743A003C3EE8 /* Info-Tests-iOS.plist */,
147147
D53620161D6C743A003C3EE8 /* Info-Tests-Mac.plist */,
148148
);

0 commit comments

Comments
 (0)