Skip to content

Commit d871fba

Browse files
committed
Release 0.1.1
1 parent 2a6fe78 commit d871fba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AVPlayerItemHomeOutput.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AVPlayerItemHomeOutput'
3-
s.version = '0.1.0'
3+
s.version = '0.1.1'
44
s.summary = 'Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight'
55

66
s.homepage = 'https://github.com/alexruperez/AVPlayerItemHomeOutput'

AVPlayerItemHomeOutput.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843
DEBUG_INFORMATION_FORMAT = dwarf;
844844
DEFINES_MODULE = YES;
845845
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
846-
DYLIB_CURRENT_VERSION = 0.1.0;
846+
DYLIB_CURRENT_VERSION = 0.1.1;
847847
DYLIB_INSTALL_NAME_BASE = "@rpath";
848848
ENABLE_STRICT_OBJC_MSGSEND = YES;
849849
ENABLE_TESTABILITY = YES;
@@ -932,7 +932,7 @@
932932
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
933933
DEFINES_MODULE = YES;
934934
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
935-
DYLIB_CURRENT_VERSION = 0.1.0;
935+
DYLIB_CURRENT_VERSION = 0.1.1;
936936
DYLIB_INSTALL_NAME_BASE = "@rpath";
937937
ENABLE_NS_ASSERTIONS = NO;
938938
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)