bump version to 0.11..0
This commit is contained in:
parent
b99cae32b6
commit
dda9dba070
5 changed files with 5 additions and 6 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Adafruit nRF52 Arduino Core Changelog
|
||||
|
||||
# 0.10.5
|
||||
# 0.11.0
|
||||
|
||||
- Fixed Feather nRF52840 Express's qspi driver to work with on-board flash device
|
||||
- Rework USB driver using Adafruit_TinyUSB library
|
||||
- Added Metro nRF52840 Express
|
||||
- Update bootloader binaries to 0.2.11
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit Little File System Libraries
|
||||
version=0.10.5
|
||||
version=0.11.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Arduino library for ARM Little File System
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit Bluefruit nRF52 Libraries
|
||||
version=0.10.5
|
||||
version=0.11.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit Internal File System on Bluefruit nRF52
|
||||
version=0.10.5
|
||||
version=0.11.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Adafruit Internal File System on Bluefruit nRF52
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
name=Adafruit nRF52 Boards
|
||||
version=0.10.5
|
||||
version=0.11.0
|
||||
|
||||
# Compile variables
|
||||
# -----------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue