Skip to content

Commit 8df7cab

Browse files
committed
Release version 0.9.1.1
1 parent a583ff2 commit 8df7cab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jar {
7575

7676

7777
group = 'qut.pm'
78-
version = '0.9.1'
78+
version = '0.9.1.1'
7979
description = 'toothpaste'
8080
sourceCompatibility = '1.8'
8181

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: toothpaste
2-
version: 0.9.1.0
2+
version: 0.9.1.1
33
github: "githubuser/adamburkegh/toothpaste"
44
license: GPL-3
55
author: "Adam Burke"

src/main/haskell/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ toothpasteArgs = ToothpasteArgs{
5353
&= help "Prune subtrees below this threshold [0..1], Default 0." }
5454
&=
5555
help "Discover stochastic models from event logs"
56-
&= summary "Toothpaste Miner 0.9.1, 2021-22 (GPL)"
56+
&= summary "Toothpaste Miner 0.9.1.1, 2021-22 (GPL)"
5757

5858
ptreeOutMain = Binpaste.inputMain
5959

toothpaste.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: cb553189a4a205bbb9d5ede66b2b3991421d376b2b13c0b563b5030f5243c68c
7+
-- hash: 2ec20f1887473396b47e7bcfb785b8bbd53ea7cc7e85b9036155b50f8731c56c
88

99
name: toothpaste
10-
version: 0.9.1.0
10+
version: 0.9.1.1
1111
description: Please see the README
1212
homepage: https://github.com/githubuser/adamburkegh#readme
1313
bug-reports: https://github.com/githubuser/adamburkegh/issues

0 commit comments

Comments
 (0)