Skip to content

Commit b015f0a

Browse files
committed
Bump for version 0.2.1
1 parent 913fe5b commit b015f0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pack: clean
2323
mkdir -p plunit_assert/prolog
2424
cp plunit_assert.pl plunit_assert/prolog/
2525
cp pack.pl.dist plunit_assert/pack.pl
26-
COPYFILE_DISABLE=1 tar --format=ustar --exclude='._*' -czf plunit_assert-0.1.0.tgz plunit_assert
26+
COPYFILE_DISABLE=1 tar --format=ustar --exclude='._*' -czf plunit_assert-0.2.1.tgz plunit_assert
2727

2828
.PHONY: clean
2929
clean:

pack.pl.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name(plunit_assert).
2-
title('plunit_assert').
3-
version('0.1.0').
2+
title('An expressive xUnit-like API for PlUnit with more helpful fail messages').
3+
version('0.2.1').
44
author('Simon Harding', 'github@pointbeing.net').
55
description(['A unit testing library for Prolog, providing an expressive xUnit-like API for PlUnit.']).
66
keywords([plunit, testing, assert, assertion, 'unit testing', xunit]).

0 commit comments

Comments
 (0)