diff --git a/Makefile b/Makefile index 1388b5c..dce50a2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = 0.0.1 +VERSION = 0.0.2 .PHONY: bump-version bump-version: diff --git a/src/window.cpp b/src/window.cpp index 441a93b..7be0f09 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -33,7 +33,7 @@ limitations under the License. #include #endif -const QVersionNumber version = QVersionNumber::fromString("0.0.1"); +const QVersionNumber version = QVersionNumber::fromString("0.0.2"); Window::Window() {