From 80736eafdcfd1894cb6d3dd1ec823f4aad6b228f Mon Sep 17 00:00:00 2001 From: sammycage Date: Mon, 9 Sep 2024 03:12:46 +0100 Subject: [PATCH] Release v0.0.4 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c32808..0599e23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) set(PLUTOVG_VERSION_MAJOR 0) set(PLUTOVG_VERSION_MINOR 0) -set(PLUTOVG_VERSION_MICRO 3) +set(PLUTOVG_VERSION_MICRO 4) project(plutovg LANGUAGES C VERSION ${PLUTOVG_VERSION_MAJOR}.${PLUTOVG_VERSION_MINOR}.${PLUTOVG_VERSION_MICRO}) diff --git a/README.md b/README.md index 223027e..5b0693b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Releases](https://img.shields.io/badge/Version-0.0.3-orange.svg)](https://github.com/sammycage/plutovg/releases) +[![Releases](https://img.shields.io/badge/Version-0.0.4-orange.svg)](https://github.com/sammycage/plutovg/releases) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sammycage/plutovg/blob/main/LICENSE) [![Build Status](https://github.com/sammycage/plutovg/actions/workflows/main.yml/badge.svg)](https://github.com/sammycage/plutovg/actions) [![CodeFactor](https://www.codefactor.io/repository/github/sammycage/plutovg/badge)](https://www.codefactor.io/repository/github/sammycage/plutovg)