Skip to content

Commit 0850ad1

Browse files
committed
feat: version 1.1.0
1 parent d976c2c commit 0850ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import protocols.ext_image_copy_capture_v1 as cc
1010

1111
#pkgconfig wayland-client
1212

13-
const mrpenishot_version = '1.0.0'
13+
const mrpenishot_version = '1.1.0'
1414
const supported_formats = ['png', 'ppm', 'qoi', 'jxl']
1515

1616
fn (mut state State) capture_output(output &Output, include_cursor bool) {

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'mrpenishot'
33
description: ''
4-
version: '0.0.0'
4+
version: '1.1.0'
55
license: 'GPL-3.0'
66
dependencies: []
77
}

0 commit comments

Comments
 (0)