Skip to content

Commit

Permalink
Release version v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Jun 25, 2019
1 parent 316e347 commit 0dedc27
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Binary file modified docs/GUIslice_ref.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "GUIslice"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.11.2
PROJECT_NUMBER = 0.12.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GUIslice",
"version": "0.12.0",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, NodeMCU, SDL, STM32, M5Stack, teensy, feather, adafruit-gfx, raspberry pi, linux, mcufriend",
"version": "0.12.1",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, teensy, NodeMCU, SDL, STM32, M5Stack, feather, adafruit-gfx, raspberry pi, linux, mcufriend",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Drag & drop GUI supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32",
"repository":
{
Expand All @@ -15,7 +15,7 @@
"maintainer": true
},
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, espressif8266, espressif32, ststm32",
"platforms": "atmelavr, atmelsam, espressif8266, espressif32, ststm32, teensy",
"license": "MIT",
"examples": [
"examples/arduino/ex*_ard_*/ex*_ard_*.ino",
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=GUIslice
version=0.12.0
version=0.12.1
author=Calvin Hass <[email protected]>
maintainer=Calvin Hass <[email protected]>
sentence=GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.12.0
// - Version 0.12.1
// =======================================================================
//
// The MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.12.0
// - Version 0.12.1
// =======================================================================
//
// The MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// Define current release (X.Y.Z) & build number
// =======================================================================

#define GUISLICE_VER "0.12.0.1"
#define GUISLICE_VER "0.12.1"

#endif // _GUISLICE_VERSION_H_

0 comments on commit 0dedc27

Please sign in to comment.