Skip to content

Commit 6b889ed

Browse files
committed
bump minor version
1 parent f2870cf commit 6b889ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ACActionCable.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = 'ACActionCable'
11-
spec.version = '2.1.2'
11+
spec.version = '2.2.0'
1212
spec.license = { :type => 'MIT', :file => 'LICENSE' }
1313
spec.homepage = 'https://github.com/High5Apps/ACActionCable'
1414
spec.authors = { 'Julian Tigler' => '[email protected]', 'Fabian Jäger' => '[email protected]' }
1515
spec.summary = 'A well-tested, dependency-free Action Cable client for Rails 6'
16-
spec.source = { :git => 'https://github.com/High5Apps/ACActionCable.git', :tag => 'v2.1.2' }
16+
spec.source = { :git => 'https://github.com/High5Apps/ACActionCable.git', :tag => 'v2.2.0' }
1717
spec.swift_version = '5.1'
1818
spec.ios.deployment_target = '11.0'
1919
spec.osx.deployment_target = '10.13'

ACActionCable.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
323323
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
324324
MACOSX_DEPLOYMENT_TARGET = 10.13;
325-
MARKETING_VERSION = 2.1.2;
325+
MARKETING_VERSION = 2.2.0;
326326
OTHER_CFLAGS = "$(inherited)";
327327
OTHER_LDFLAGS = "$(inherited)";
328328
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -352,7 +352,7 @@
352352
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
353353
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
354354
MACOSX_DEPLOYMENT_TARGET = 10.13;
355-
MARKETING_VERSION = 2.1.2;
355+
MARKETING_VERSION = 2.2.0;
356356
OTHER_CFLAGS = "$(inherited)";
357357
OTHER_LDFLAGS = "$(inherited)";
358358
OTHER_SWIFT_FLAGS = "$(inherited)";

0 commit comments

Comments
 (0)