Skip to content

Commit 0ec0c41

Browse files
authored
Bump version to 0.35 (#2225)
1 parent a97585d commit 0ec0c41

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Demos/FluentUIDemo_iOS/FluentUI.Demo/Info.plist

Lines changed: 2 additions & 2 deletions
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.34.0</string>
18+
<string>1.35.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.34.0</string>
29+
<string>137.35.0</string>
3030
<key>LSRequiresIPhoneOS</key>
3131
<true/>
3232
<key>UIApplicationSceneManifest</key>

Demos/FluentUIDemo_macOS/FluentUITestApp/FluentUITestApp-Info.plist

Lines changed: 2 additions & 2 deletions
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.34.0</string>
20+
<string>0.35.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>62.34.0</string>
22+
<string>62.35.0</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

MicrosoftFluentUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources_dir = 'Resources'
99

1010
Pod::Spec.new do |s|
1111
s.name = 'MicrosoftFluentUI'
12-
s.version = '0.34.0'
12+
s.version = '0.35.0'
1313
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
1414
s.homepage = "https://www.microsoft.com/design/fluent/#/"
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }

Sources/FluentUI_iOS/Resources/Version.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>0.34.0</string>
6+
<string>0.35.0</string>
77
<key>CFBundleVersion</key>
8-
<string>0.34.0</string>
8+
<string>0.35.0</string>
99
</dict>
1010
</plist>

Sources/FluentUI_macOS/FluentUI-Info.plist

Lines changed: 2 additions & 2 deletions
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.34.0</string>
18+
<string>0.35.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.34.0</string>
20+
<string>0.35.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)