From 6ec931bd8ce712666d3e94d5882a5dd4be5b3a5b Mon Sep 17 00:00:00 2001 From: Dakshinamurthy Karra Date: Mon, 5 Jul 2021 16:00:11 +0530 Subject: [PATCH] Changed version number and updated changelog --- ChangeLog | 8 ++++++-- configure.ac | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c0b48cb..68fe921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.1] - 2021-07-21 +## [1.1.0] - 2021-07-05 + +Changed the command names to osd-cat and osd-echo + +## [1.0.1] - 2021-06-21 Added PKGBUILD to build from github repository. -## [1.0.0] - 2021-07-21 +## [1.0.0] - 2021-06-21 Initial public release diff --git a/configure.ac b/configure.ac index 96307a5..df5555c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Configure.ac for xosd_xft dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(libxosd-xft, 1.0.1) +AC_INIT(libxosd-xft, 1.1.0) AM_INIT_AUTOMAKE([no-define]) dnl