Skip to content

Commit c7df716

Browse files
committed
update version
1 parent 3cb8016 commit c7df716

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/text.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define CURRENT_VERSION "1.0.0"
3+
#define CURRENT_VERSION "1.0.1"
44
#define ENGLISH
55

66
#ifdef ENGLISH
@@ -43,8 +43,9 @@ constexpr auto FLUSH_DELAY = u8"Flush Delay";
4343
constexpr auto MAX_BUFFER_SIZE = u8"Max Buffer Size";
4444
constexpr auto CONSOLE = L"Console";
4545
constexpr auto CLIPBOARD = L"Clipboard";
46-
constexpr auto ABOUT = L"Textractor v" CURRENT_VERSION LR"( (project homepage: https://github.com/Artikash/Textractor)
47-
Made by me: Artikash (email: [email protected])
46+
constexpr auto ABOUT = L"Textractor v" CURRENT_VERSION LR"( made by me: Artikash (email: [email protected])
47+
Project homepage: https://github.com/Artikash/Textractor
48+
Tutorial video: https://www.youtube.com/watch?v=eecEOacF6mw
4849
Please contact me with any problems, feature requests, or questions relating to Textractor
4950
You can do so via the project homepage (issues section) or via email
5051
Source code available under GPLv3 at project homepage

0 commit comments

Comments
 (0)