Skip to content

Commit df9a09d

Browse files
authored
Prepare next release (#607)
Prepare for next version (supposed to be 0.14.0) Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent d6a8b8a commit df9a09d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-ios/compare/0.13.0...develop)
8+
9+
10+
711
## [0.13.0](https://github.com/Orange-OpenSource/ouds-ios/compare/0.12.0...0.13.0) - 2025-04-11
812

913
### Added

DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@
16361636
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
16371637
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
16381638
CODE_SIGN_STYLE = Automatic;
1639-
CURRENT_PROJECT_VERSION = 24;
1639+
CURRENT_PROJECT_VERSION = 25;
16401640
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
16411641
DEVELOPMENT_TEAM = MG2LSJNJB6;
16421642
ENABLE_PREVIEWS = YES;
@@ -1652,7 +1652,7 @@
16521652
"$(inherited)",
16531653
"@executable_path/Frameworks",
16541654
);
1655-
MARKETING_VERSION = 0.13.0;
1655+
MARKETING_VERSION = 0.14.0;
16561656
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.ouds.demoapp-debug";
16571657
PRODUCT_NAME = "Design System Toolbox";
16581658
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1674,7 +1674,7 @@
16741674
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
16751675
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
16761676
CODE_SIGN_STYLE = Manual;
1677-
CURRENT_PROJECT_VERSION = 24;
1677+
CURRENT_PROJECT_VERSION = 25;
16781678
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
16791679
DEVELOPMENT_TEAM = "";
16801680
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MG2LSJNJB6;
@@ -1691,7 +1691,7 @@
16911691
"$(inherited)",
16921692
"@executable_path/Frameworks",
16931693
);
1694-
MARKETING_VERSION = 0.13.0;
1694+
MARKETING_VERSION = 0.14.0;
16951695
PRODUCT_BUNDLE_IDENTIFIER = com.orange.ouds.demoapp;
16961696
PRODUCT_NAME = "Design System Toolbox";
16971697
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)