Skip to content

Commit 2d0589a

Browse files
committed
Bump package version to 1.4.4
Also: tone down the README
1 parent 14a7eff commit 2d0589a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.textile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@ Visit "the wiki":https://github.com/rdipardo/nppHTMLTag/wiki for more detailed i
3434

3535
h2. Installation
3636

37-
===============================================================================================
38-
39-
h3. _Warning_
40-
41-
_*Always* check your Notepad++ version at "? > Debug Info" before installing plugins_
37+
*Note*
4238
_Notepad++ 8.3 is the *minimum required* version for 64-bit releases of HTML Tag 1.2 and newer_
4339

44-
You can safely use any 32-bit version of HTML Tag with any 32-bit version of Notepad++
45-
46-
===============================================================================================
47-
4840
h3. Plugins Admin
4941

5042
A builtin "plugin manager":pl-admin is available in Notepad++ versions 7.6 and newer.

make_release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
::
99
SETLOCAL
1010

11-
set "VERSION=1.4.3"
11+
set "VERSION=1.4.4"
1212
set "PLUGIN=HTMLTag"
1313
set "PLUGIN_DLL=out\i386-win32\Release\%PLUGIN%.dll"
1414
set "PLUGINX64_DLL=out\x86_64-win64\Release\%PLUGIN%.dll"

0 commit comments

Comments
 (0)