Skip to content

Commit a4badf8

Browse files
committed
chore: 1.3.1
1 parent 7e33333 commit a4badf8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
buildNimPackage (finalAttrs: {
77
pname = "webfisher";
8-
version = "1.3.0";
8+
version = "1.3.1";
99

1010
src = ./.;
1111

src/webfisher/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type
44

55

66
const
7-
releaseVersion* = "1.3.0"
7+
releaseVersion* = "1.3.1"
88

99
fishingReelPixels*: PixelList = @[
1010
(428, 785, 156, 145, 74),

webfisher.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22
packageName = "webfisher"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
author = "PassiveLemon"
55
description = "A Nim based fishing script for Webfishing"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)