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.