From 661e5392c647812df711363cea7431a772dcbbed Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 15 Jul 2020 08:27:35 +0900 Subject: Release version 0.1.1. --- configure.ac | 2 +- guix.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4ee9e56..1061591 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([toot], [0.1.0]) +AC_INIT([toot], [0.1.1]) AC_CONFIG_SRCDIR([toot.scm]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/guix.scm b/guix.scm index d0c1b91..37141dd 100644 --- a/guix.scm +++ b/guix.scm @@ -31,7 +31,7 @@ (define guile-toot (package (name "guile-toot") - (version "0.1.0") + (version "0.1.1") (source (string-append (getcwd) "/toot-" version ".tar.gz")) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3