From 5c182bb26b960dab88a361f28bd6dff2df393a6d Mon Sep 17 00:00:00 2001 From: FeralAI <13342258+FeralAI@users.noreply.github.com> Date: Sat, 22 Jan 2022 01:04:11 -0600 Subject: [PATCH] Bump to v0.4.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index cc2590f..af850e3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MPG", - "version": "0.3.1", + "version": "0.4.0", "description": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", "keywords": ["c++", "baremetal", "gamepad", "hid", "dinput", "directinput", "switch", "xinput"], "authors": [ diff --git a/library.properties b/library.properties index d4f9a02..d996f04 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MPG -version=0.3.1 +version=0.4.0 author=FeralAI maintainer=FeralAI sentence=C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.