Skip to content

Commit

Permalink
v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcandle committed Jun 19, 2019
1 parent 462f7c3 commit 6852025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([bitwise], [v0.20], [[email protected]])
AC_INIT([bitwise], [v0.21], [[email protected]])
AC_CONFIG_SRCDIR([src/misc.c])
AC_CONFIG_HEADERS([inc/config.h])

Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitwise
version: "v0.20"
version: "v0.21"
summary: Terminal based bitwise calculator in curses
description: |
Interactively manipulate bits.
Expand All @@ -12,7 +12,7 @@ apps:
parts:
bitwise:
plugin: autotools
source: https://github.com/mellowcandle/bitwise/releases/download/v0.20/bitwise-v0.20.tar.gz
source: https://github.com/mellowcandle/bitwise/releases/download/v0.21/bitwise-v0.21.tar.gz
build-packages:
- libncurses5-dev
- libreadline-dev
Expand Down

0 comments on commit 6852025

Please sign in to comment.