Skip to content

Commit d5a0dd2

Browse files
authored
Updating version to 0.29.0 (#2051)
1 parent 2d1071a commit d5a0dd2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

MicrosoftFluentUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MicrosoftFluentUI'
3-
s.version = '0.28.0'
3+
s.version = '0.29.0'
44
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
55
s.homepage = "https://www.microsoft.com/design/fluent/#/"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

ios/FluentUI.Demo/FluentUI.Demo/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.28.0</string>
18+
<string>1.29.0</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -26,7 +26,7 @@
2626
</dict>
2727
</array>
2828
<key>CFBundleVersion</key>
29-
<string>137.28.0</string>
29+
<string>137.29.0</string>
3030
<key>LSRequiresIPhoneOS</key>
3131
<true/>
3232
<key>UIApplicationSceneManifest</key>

ios/FluentUI.Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>0.28.0</string>
16+
<string>0.29.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>0.28.0</string>
18+
<string>0.29.0</string>
1919
</dict>
2020
</plist>

macos/FluentUI/FluentUI-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.28.0</string>
18+
<string>0.29.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.28.0</string>
20+
<string>0.29.0</string>
2121
</dict>
2222
</plist>

macos/FluentUITestApp/FluentUITestApp-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.28.0</string>
20+
<string>0.29.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>62.28.0</string>
22+
<string>62.29.0</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)