Skip to content

Commit 78f41e7

Browse files
committed
chore: enhance and relase 1.1.1
1 parent 1db29e0 commit 78f41e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package imgx
33
// Version is the current version of imgx
44
// This is the single source of truth for versioning
55
// Update this when releasing new versions
6-
const Version = "1.1.0"
6+
const Version = "1.1.1"
77

88
// Author is the default author for imgx
99
const Author = "razzkumar"

0 commit comments

Comments
 (0)