Skip to content

Commit

Permalink
Update version numbering script
Browse files Browse the repository at this point in the history
  • Loading branch information
mischreiber committed Sep 17, 2024
1 parent f9af389 commit 6b1790a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/FluentUI/Resources/Version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>FluentVersion</key>
<string>0.29.0</string>
<string>0.30.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion scripts/BumpVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ let majorBump = Int(values[0])!
updatePlist(path: "\(currentDirectory)/ios/FluentUI.Demo/FluentUI.Demo/Info.plist",
values: ["\(1 + majorBump)\(croppedNewValue)", "\(137 + majorBump)\(croppedNewValue)"])

updatePlist(path: "\(currentDirectory)/ios/FluentUI.Resources/Info.plist",
updatePlist(path: "\(currentDirectory)/ios/FluentUI.Resources/Version.plist",
values: [newVersion, newVersion])

updatePlist(path: "\(currentDirectory)/macos/FluentUI/FluentUI-Info.plist",
Expand Down

0 comments on commit 6b1790a

Please sign in to comment.