Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 1e7b1b2

Browse files
committed
Version bumped to v1.5.
1 parent 5c1be78 commit 1e7b1b2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#pragma once
2727

28-
#define PLUGIN_VERSION "v1.4"
28+
#define PLUGIN_VERSION "v1.5"
2929

3030
#ifndef CELL_SIZE
3131
#define CELL_SIZE 4

src/plugin.rc

0 Bytes
Binary file not shown.

timerfix.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* <version>1.4</version>
27+
* <version>1.5</version>
2828
* <remarks>Supported parameters:
2929
* a, A = arrays (must be followed by an integer - array's szie);
3030
* b, B = boolean; c, C = character; d, D, i, I = integer;

0 commit comments

Comments
 (0)