Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Oct 2, 2024
1 parent 59ddcbd commit 8f763d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.42" android:versionCode="40" android:installLocation="auto">
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.43" android:versionCode="41" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->
Expand Down
2 changes: 1 addition & 1 deletion vulkancapsviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extern "C" void *makeViewMetalCompatible(void* handle);

using std::to_string;

const QString VulkanCapsViewer::version = "3.42";
const QString VulkanCapsViewer::version = "3.43";
const QString VulkanCapsViewer::reportVersion = "3.3";

OSInfo getOperatingSystem()
Expand Down

0 comments on commit 8f763d9

Please sign in to comment.