diff --git a/Example/targets/template.yml b/Example/targets/template.yml index 7e9f820e..5a80c98f 100644 --- a/Example/targets/template.yml +++ b/Example/targets/template.yml @@ -34,7 +34,7 @@ targetTemplates: settings: base: PRODUCT_BUNDLE_IDENTIFIER: ${bundle_id} - MARKETING_VERSION: "7.3" + MARKETING_VERSION: "7.3.1" CURRENT_PROJECT_VERSION: 0 VERSIONING_SYSTEM: "apple-generic" DEBUG_INFORMATION_FORMAT: dwarf-with-dsym diff --git a/ReactiveDataDisplayManager.podspec b/ReactiveDataDisplayManager.podspec index 2258e247..9ce4aaa1 100644 --- a/ReactiveDataDisplayManager.podspec +++ b/ReactiveDataDisplayManager.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactiveDataDisplayManager" - s.version = "7.3" + s.version = "7.3.1" s.summary = "Library with custom events and reusable adapter for scrollable UI Collections" s.homepage = "https://github.com/surfstudio/ReactiveDataDisplayManager" s.license = "MIT" diff --git a/project.yml b/project.yml index 15a7e671..541ecf4e 100644 --- a/project.yml +++ b/project.yml @@ -36,7 +36,7 @@ targets: settings: base: PRODUCT_BUNDLE_IDENTIFIER: ru.surfstudio.rddm - MARKETING_VERSION: "7.3" + MARKETING_VERSION: "7.3.1" CURRENT_PROJECT_VERSION: 0 VERSIONING_SYSTEM: "apple-generic" DEBUG_INFORMATION_FORMAT: dwarf-with-dsym