Skip to content

Commit d9499f0

Browse files
authored
Merge pull request #21 from raj457036/v0.1.24
fix: windows exclusiotn rules preventing copy ops from some apps
2 parents d2c0957 + ca0cc37 commit d9499f0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/copycat_base

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: clipboard
22
description: "CopyCat Clipboard: One Clipboard, Limitless Productivity"
33
publish_to: 'none'
4-
version: 0.1.25+56
4+
version: 0.1.26+57
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

window_dist/CopyCat.0.1.24.exe

17.4 MB
Binary file not shown.

window_dist/inno-setup-script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "CopyCat Clipboard"
5-
#define MyAppVersion "0.1.25+56"
5+
#define MyAppVersion "0.1.26+57"
66
#define MyAppPublisher "Entility Studio"
77
#define MyAppExeName "Clipboard.exe"
88
#define MyAppAssocName MyAppName + ""

0 commit comments

Comments
 (0)