Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralAI committed Sep 19, 2021
1 parent cb73922 commit 8ae6c59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(MPG VERSION 0.1.0)
project(MPG VERSION 0.1.1)

include(CTest)
enable_testing()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download an MPG zip package from the [Releases](https://github.com/FeralAI/MPG/r

#### Arduino IDE

Place the extracted folder, e.g. `MPG-0.1.0`, in your Arduino Libraries folder. On Windows this will usually be in `C:\Users\%USERNAME%\Documents\Arduino\libraries`. Then open Arduino IDE and create a new sketch or load an example from `File > Examples > MPG`. A full 32u4 gamepad implementation and a naive benchmarking example sketches are included.
Place the extracted folder, e.g. `MPG-0.1.1`, in your Arduino Libraries folder. On Windows this will usually be in `C:\Users\%USERNAME%\Documents\Arduino\libraries`. Then open Arduino IDE and create a new sketch or load an example from `File > Examples > MPG`. A full 32u4 gamepad implementation and a naive benchmarking example sketches are included.

#### PlatformIO

Expand All @@ -55,7 +55,7 @@ build_type = release
build_flags =
-D PICO_USB
lib_deps =
feralai/MPG@^0.1.0
feralai/MPG@^0.1.1
```

### Sample
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MPG",
"version": "0.1.0",
"version": "0.1.1",
"description": "C++ library for USB gamepad handling with support for XInput, DirectInput and Nintendo Switch.",
"keywords": ["c++", "baremetal", "gamepad", "hid", "dinput", "directinput", "switch", "xinput"],
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MPG
version=0.1.0
version=0.1.1
author=FeralAI
maintainer=FeralAI
sentence=C++ library for USB gamepad handling with support for XInput, DirectInput and Nintendo Switch.
Expand Down

0 comments on commit 8ae6c59

Please sign in to comment.