File tree Expand file tree Collapse file tree
common/src/commonMain/kotlin/com/linuxcommandlibrary/shared
iosApp.xcodeproj/project.xcworkspace/xcuserdata/simon.xcuserdatad Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -437,6 +437,11 @@ jobs:
437437 run : |
438438 VERSION="${GITHUB_REF_NAME#v}"
439439 mv android-release-signed.apk "LinuxCommandLibrary-${VERSION}-android.apk"
440+ mv cli-macos-arm64.zip "LinuxCommandLibrary-${VERSION}-cli-macos-arm64.zip"
441+ mv cli-macos-x64.zip "LinuxCommandLibrary-${VERSION}-cli-macos-x64.zip"
442+ mv cli-linux-x64.zip "LinuxCommandLibrary-${VERSION}-cli-linux-x64.zip"
443+ mv cli-linux-arm64.zip "LinuxCommandLibrary-${VERSION}-cli-linux-arm64.zip"
444+ mv cli-windows-x64.zip "LinuxCommandLibrary-${VERSION}-cli-windows-x64.zip"
440445 mv *.dmg "LinuxCommandLibrary-${VERSION}-macos.dmg"
441446 mv *.msi "LinuxCommandLibrary-${VERSION}-windows.msi"
442447 mv *.deb "LinuxCommandLibrary-${VERSION}-linux.deb"
@@ -450,4 +455,3 @@ jobs:
450455 body_path : changelog.txt
451456 files : |
452457 LinuxCommandLibrary-*
453- cli-*.zip
Original file line number Diff line number Diff line change 11package com.linuxcommandlibrary.shared
22
33object Version {
4- const val APP_VERSION = " 3.6.0 "
4+ const val APP_VERSION = " 3.6.1 "
55}
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >3.5.16 </string >
20+ <string >3.6.1 </string >
2121 <key >CFBundleVersion </key >
2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments