From b65725172555bd6ed1941ef07f4449e1d357c992 Mon Sep 17 00:00:00 2001 From: Samuli Vuorinen Date: Sun, 21 Feb 2021 00:16:34 +0200 Subject: [PATCH] Bump version numbers --- CHANGELOG.md | 2 +- LICENSE.md | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d128b8f..43f1cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 3.0.0 - 2021-02-21 ### Added diff --git a/LICENSE.md b/LICENSE.md index 4eb4538..2c5ead7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Samuli Vuorinen +Copyright (c) 2021 Samuli Vuorinen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/appveyor.yml b/appveyor.yml index 20fbd03..5c881ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: "2.4.0-{build}" +version: "3.0.0-{build}" branches: only: - master