Skip to content

Commit 785a2e9

Browse files
committed
update version
1 parent 174aafc commit 785a2e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"
37+
MARKETING_VERSION: "7.3.1"
3838
CURRENT_PROJECT_VERSION: 0
3939
VERSIONING_SYSTEM: "apple-generic"
4040
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym

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+
s.version = "7.3.1"
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"
39+
MARKETING_VERSION: "7.3.1"
4040
CURRENT_PROJECT_VERSION: 0
4141
VERSIONING_SYSTEM: "apple-generic"
4242
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym

0 commit comments

Comments
 (0)