From a92aa90fa9a53a114849a2ee8ffa2c145fb08e55 Mon Sep 17 00:00:00 2001 From: sammycage Date: Mon, 31 Oct 2022 14:30:41 +0100 Subject: [PATCH] Release v2.3.5 --- .github/FUNDING.yml | 1 - CMakeLists.txt | 2 +- README.md | 13 ++++--------- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b26586f..016b945 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,3 @@ # These are supported funding model platforms -patreon: sammycage custom: ['https://www.paypal.me/sammycage'] diff --git a/CMakeLists.txt b/CMakeLists.txt index 926e6d5..b2f07dc 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -project(lunasvg VERSION 2.3.4 LANGUAGES CXX C) +project(lunasvg VERSION 2.3.5 LANGUAGES CXX C) set(CMAKE_CXX_STANDARD 17) set(CMAKE_C_STANDARD 11) diff --git a/README.md b/README.md index de7e531..3aef84f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -[![Releases](https://img.shields.io/badge/Version-2.3.4-orange.svg)](https://github.com/sammycage/lunasvg/releases) +[![Releases](https://img.shields.io/badge/Version-2.3.5-orange.svg)](https://github.com/sammycage/lunasvg/releases) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sammycage/lunasvg/blob/master/LICENSE) [![Build Status](https://github.com/sammycage/lunasvg/actions/workflows/ci.yml/badge.svg)](https://github.com/sammycage/lunasvg/actions) +> If you like the work lunasvg is doing please consider a small donation : [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/sammycage) + # LunaSVG - SVG rendering library in C++ ![LunaSVG](https://github.com/sammycage/lunasvg/blob/master/luna.png) @@ -79,11 +81,4 @@ svg2png [filename] [resolution] [bgColor] - [EKA2L1](https://github.com/EKA2L/EKA2L1) - [ObEngine](https://github.com/ObEngine/ObEngine) - [OTTO](https://github.com/bitfieldaudio/OTTO) - -## Support Me - -If you like the work lunasvg is doing please consider a small donation : - -[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/sammycage) -[![Donate](https://img.shields.io/badge/Donate-BuyMeACoffee-yellow.svg)](https://www.buymeacoffee.com/sammycage) -[![Sponsor](https://img.shields.io/badge/Sponsor-Patreon-orange.svg)](https://patreon.com/sammycage) +- [EmulationStation-DE](https://gitlab.com/es-de/emulationstation-de)