Skip to content

Commit

Permalink
Bump version to 0.32.0 (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannaquu authored Nov 21, 2024
1 parent 29d8c31 commit d7f954b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Demos/FluentUIDemo_iOS/FluentUI.Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.31.0</string>
<string>1.32.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>137.31.0</string>
<string>137.32.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.31.0</string>
<string>0.32.0</string>
<key>CFBundleVersion</key>
<string>62.31.0</string>
<string>62.32.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MicrosoftFluentUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources_dir = 'Resources'

Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.31.0'
s.version = '0.32.0'
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
s.homepage = "https://www.microsoft.com/design/fluent/#/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions Sources/FluentUI_iOS/Resources/Version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>0.31.0</string>
<string>0.32.0</string>
<key>CFBundleVersion</key>
<string>0.31.0</string>
<string>0.32.0</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Sources/FluentUI_macOS/FluentUI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.31.0</string>
<string>0.32.0</string>
<key>CFBundleVersion</key>
<string>0.31.0</string>
<string>0.32.0</string>
</dict>
</plist>

0 comments on commit d7f954b

Please sign in to comment.