Skip to content

Commit b9e65f4

Browse files
committed
update version
1 parent 9f37a0d commit b9e65f4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Example/targets/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ targetTemplates:
3434
settings:
3535
base:
3636
PRODUCT_BUNDLE_IDENTIFIER: ${bundle_id}
37-
MARKETING_VERSION: "7.3.3"
37+
MARKETING_VERSION: "7.3.4"
3838
CURRENT_PROJECT_VERSION: 0
3939
VERSIONING_SYSTEM: "apple-generic"
4040
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7)
6+
activesupport (6.1.7.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
1111
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
12+
addressable (2.8.4)
1313
public_suffix (>= 2.0.2, < 6.0)
1414
algoliasearch (1.27.5)
1515
httpclient (~> 2.8, >= 2.8.3)
@@ -55,7 +55,7 @@ GEM
5555
netrc (~> 0.11)
5656
cocoapods-try (1.2.0)
5757
colored2 (3.1.2)
58-
concurrent-ruby (1.1.10)
58+
concurrent-ruby (1.2.2)
5959
escape (0.0.4)
6060
ethon (0.16.0)
6161
ffi (>= 1.15.0)
@@ -67,27 +67,27 @@ GEM
6767
i18n (1.12.0)
6868
concurrent-ruby (~> 1.0)
6969
json (2.6.3)
70-
minitest (5.16.3)
70+
minitest (5.18.0)
7171
molinillo (0.8.0)
7272
nanaimo (0.3.0)
7373
nap (1.1.0)
7474
netrc (0.11.0)
75-
nokogiri (1.13.10-x86_64-darwin)
75+
nokogiri (1.14.3-x86_64-darwin)
7676
racc (~> 1.4)
7777
public_suffix (4.0.7)
78-
racc (1.6.1)
78+
racc (1.6.2)
7979
rexml (3.2.5)
8080
rouge (2.0.7)
8181
ruby-macho (2.5.1)
82-
slather (2.7.3)
82+
slather (2.7.4)
8383
CFPropertyList (>= 2.2, < 4)
8484
activesupport
8585
clamp (~> 1.3)
8686
nokogiri (>= 1.13.9)
8787
xcodeproj (~> 1.21)
8888
typhoeus (1.4.0)
8989
ethon (>= 0.9.0)
90-
tzinfo (2.0.5)
90+
tzinfo (2.0.6)
9191
concurrent-ruby (~> 1.0)
9292
xcodeproj (1.22.0)
9393
CFPropertyList (>= 2.3.3, < 4.0)
@@ -98,7 +98,7 @@ GEM
9898
rexml (~> 3.2.4)
9999
xcpretty (0.3.0)
100100
rouge (~> 2.0.7)
101-
zeitwerk (2.6.6)
101+
zeitwerk (2.6.7)
102102

103103
PLATFORMS
104104
x86_64-darwin-21

ReactiveDataDisplayManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveDataDisplayManager"
3-
s.version = "7.3.3"
3+
s.version = "7.3.4"
44
s.summary = "Library with custom events and reusable adapter for scrollable UI Collections"
55
s.homepage = "https://github.com/surfstudio/ReactiveDataDisplayManager"
66
s.license = "MIT"

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ targets:
3636
settings:
3737
base:
3838
PRODUCT_BUNDLE_IDENTIFIER: ru.surfstudio.rddm
39-
MARKETING_VERSION: "7.3.3"
39+
MARKETING_VERSION: "7.3.4"
4040
CURRENT_PROJECT_VERSION: 0
4141
VERSIONING_SYSTEM: "apple-generic"
4242
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym

0 commit comments

Comments
 (0)