Skip to content

Commit f853fe2

Browse files
committed
Version bump
1 parent 8476689 commit f853fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.00" android:versionCode="42" android:installLocation="auto">
2+
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.01" android:versionCode="43" android:installLocation="auto">
33
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
44
Remove the comment if you do not require these default permissions. -->
55
<!-- %%INSERT_PERMISSIONS -->

vulkancapsviewer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extern "C" void *makeViewMetalCompatible(void* handle);
7979

8080
using std::to_string;
8181

82-
const QString VulkanCapsViewer::version = "4.00";
82+
const QString VulkanCapsViewer::version = "4.01";
8383
const QString VulkanCapsViewer::reportVersion = "4.0";
8484

8585
OSInfo getOperatingSystem()

0 commit comments

Comments
 (0)