Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuang24 committed Apr 1, 2024
1 parent 7775a9f commit b155eb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MicrosoftFluentUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.26.0'
s.version = '0.27.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 ios/FluentUI.Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.26.0</string>
<string>0.27.0</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.27.0</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions macos/FluentUI/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.26.0</string>
<string>0.27.0</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.27.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion macos/FluentUITestApp/FluentUITestApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.26.0</string>
<string>0.27.0</string>
<key>CFBundleVersion</key>
<string>62.26.0</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit b155eb3

Please sign in to comment.