diff --git a/bitwise.1 b/bitwise.1 index 4578a69..af90733 100644 --- a/bitwise.1 +++ b/bitwise.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH BITWISE "1" "July 2019" "bitwise v0.22" "User Commands" +.TH BITWISE "1" "July 2019" "bitwise v0.30" "User Commands" .SH NAME -bitwise \- manual page for bitwise v0.22 +bitwise \- manual page for bitwise v0.30 .SH SYNOPSIS .B bitwise [\fI\,OPTION\/\fR...] [\fI\,expression\/\fR] diff --git a/configure.ac b/configure.ac index e9dd0b5..15ff9a1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([bitwise], [v0.22], [rfried.dev@gmail.com]) +AC_INIT([bitwise], [v0.30], [rfried.dev@gmail.com]) AC_CONFIG_SRCDIR([src/misc.c]) AC_CONFIG_HEADERS([inc/config.h]) diff --git a/snapcraft.yaml b/snapcraft.yaml index 18d8bfa..3093466 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: bitwise -version: "v0.22" +version: "v0.30" summary: Terminal based bitwise calculator in curses description: | Interactively manipulate bits. @@ -12,7 +12,7 @@ apps: parts: bitwise: plugin: autotools - source: https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz + source: https://github.com/mellowcandle/bitwise/releases/download/v0.30/bitwise-v0.30.tar.gz build-packages: - libncurses5-dev - libreadline-dev