Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 66042ee

Browse files
committed
Bump version to v1.3.1
1 parent 0dde77d commit 66042ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Notepad++ plugin for [Elastic Tabstops](http://nickgravgaard.com/elastic-tabstop
55
[![Build status](https://ci.appveyor.com/api/projects/status/github/dail8859/ElasticTabstops?branch=master&svg=true)](https://ci.appveyor.com/project/dail8859/ElasticTabstops/branch/master)
66

77
## Installation
8-
The easiest way to install this is through the PluginManager. You can also download one of the [releases](https://github.com/dail8859/ElasticTabstops/releases) and extract the DLL. Copy this into Notepad++'s plugin directory. This will either be located in the installation directory or under `%APPDATA%\Notepad++\plugins`.
8+
Use the built in Plugin Admin to install the plugin.
99

1010
## Development
11-
The code has been developed using MSVC 2015. Building the Release configuration will generate the DLL which can be used by Notepad++. For convenience, MSVC copies the built DLL into the Notepad++ plugin directory.
11+
The code is developed using Visual Studio 2017. Building the code will generate a DLL which can be used by Notepad++. For convenience, Visual Studio copies the DLL into the Notepad++ plugin directory.
1212

1313
## License
1414
This code is released under the [GNU General Public License version 2](http://www.gnu.org/licenses/gpl-2.0.txt).

src/Version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// along with this program; if not, write to the Free Software
1717
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818

19-
#define VERSION_NUM 1,3,0,0
20-
#define VERSION_LINEAR 1300
21-
#define VERSION_LINEAR_TEXT TEXT("1300")
22-
#define VERSION_TEXT TEXT("1.3") // This must match the tag pushed on the server minus the "v"
19+
#define VERSION_NUM 1,3,1,0
20+
#define VERSION_LINEAR 1310
21+
#define VERSION_LINEAR_TEXT TEXT("1310")
22+
#define VERSION_TEXT TEXT("1.3.1") // This must match the tag pushed on the server minus the "v"
2323
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 commit comments

Comments
 (0)