From 78ed552039885211300643239e8cb84a330a6b4f Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Sat, 20 Feb 2021 12:54:26 -0500 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390f3f1..7400264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/jtheoof/swappy/compare/v1.3.0...v1.3.1) (2021-02-20) + ## [1.3.0](https://github.com/jtheoof/swappy/compare/v1.2.1...v1.3.0) (2021-02-18) diff --git a/meson.build b/meson.build index 1be93bd..a5857f9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swappy', 'c', - version: '1.3.0', + version: '1.3.1', license: 'MIT', meson_version: '>=0.48.0', default_options: [