Skip to content

Commit

Permalink
Release for 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Oct 3, 2021
1 parent 0d47964 commit 49cc2ec
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.16.0
PROJECT_NUMBER = 0.17.0

# 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
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GUIslice",
"version": "0.16.0",
"version": "0.17.0",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, teensy, NodeMCU, UTFT, SDL, STM32, M5Stack, feather, adafruit-gfx, raspberry pi, linux, mcufriend, platformio",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Drag & drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino / AVR, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32",
"repository":
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.16.0
version=0.17.0
author=Calvin Hass <[email protected]>
maintainer=Calvin Hass <[email protected]>
sentence=GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi
Expand Down
4 changes: 2 additions & 2 deletions src/GUIslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.16.0
// - Version 0.17.0
// =======================================================================
//
// The MIT License
//
// Copyright 2016-2020 Calvin Hass
// Copyright 2016-2021 Calvin Hass
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/GUIslice.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.16.0
// - Version 0.17.0
// =======================================================================
//
// The MIT License
//
// Copyright 2016-2020 Calvin Hass
// Copyright 2016-2021 Calvin Hass
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/GUIslice_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// The MIT License
//
// Copyright 2016-2020 Calvin Hass
// Copyright 2016-2021 Calvin Hass
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand All @@ -36,7 +36,7 @@
// Define current release (X.Y.Z) & build number
// =======================================================================

#define GUISLICE_VER "0.16.1.5"
#define GUISLICE_VER "0.17.0"

#endif // _GUISLICE_VERSION_H_

0 comments on commit 49cc2ec

Please sign in to comment.