Skip to content

Commit

Permalink
bump version (patch) & revise PIO library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Apr 21, 2023
1 parent e1ffaf3 commit 635b267
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
41 changes: 28 additions & 13 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,38 @@
"type": "git",
"url": "https://github.com/2bndy5/CirquePinnacle.git"
},
"version": "0.1.0",
"version": "1.0.1",
"export": {
"exclude": [
".github/*",
"docs/**",
".env/",
".github/",
".mypy_cache/",
".ruff_cache/",
"docs/",
"keywords.txt",
"examples/pico_sdk/*",
"examples/linux/*",
"examples/pico_sdk/",
"examples/cpython/",
"examples/linux/",
"src/cmake/*",
"src/includes.h.in",
"CMakeLists.txt",
"utility/CMakeLists.txt",
"utility/mraa/*",
"utility/bcm2xxx/*",
"utility/linux_kernel/*",
"utility/rp2/*",
"utility/pigpio/*"
"src/CMakeLists.txt",
"src/utility/CMakeLists.txt",
"src/utility/includes.h.in",
"src/utility/includes.h",
"src/utility/bcm2xxx/*",
"src/utility/linux_kernel/*",
"src/utility/mraa/*",
"src/utility/pigpio/*",
"src/utility/rp2/*",
"src/utility/template/*",
"src/pybind11/",
"src/cirque_pinnacle-stubs/*",
"src/py_bindings.cpp",
".pre-commit-config.yaml",
".readthedocs.yml",
"install-linux.sh",
"MANIFEST.in",
"pyproject.toml",
"setup.py"
]
},
"frameworks": "arduino",
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=CirquePinnacle
version=0.1.0
version=1.0.1
author=2bndy5
maintainer=2bndy5
sentence=A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.
Expand Down

0 comments on commit 635b267

Please sign in to comment.