Skip to content

Commit

Permalink
Bump version to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Sep 29, 2018
1 parent 11e9f72 commit 1be3cc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Notepad++ plugin to provide better cursor movements when using multiple selections.

**Note:** It has may not be fully supported on non-US keyboard layouts. This does have some minor quirks (such as the cursor not always blinking correctly) that are a side effect of the implementation.
**Note:** This may not be fully supported on non-US keyboard layouts. This does have some minor quirks (such as the cursor not always blinking correctly) that are a side effect of the implementation.

![Demo](/img/Demo.gif)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0.{build}
version: 1.3.0.{build}
image: Visual Studio 2015

platform:
Expand Down
8 changes: 4 additions & 4 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#define VERSION_NUM 1,2,0,0
#define VERSION_LINEAR 1200
#define VERSION_LINEAR_TEXT TEXT("1200")
#define VERSION_TEXT TEXT("1.2") // This must match the tag pushed on the server minus the "v"
#define VERSION_NUM 1,3,0,0
#define VERSION_LINEAR 1300
#define VERSION_LINEAR_TEXT TEXT("1300")
#define VERSION_TEXT TEXT("1.3") // This must match the tag pushed on the server minus the "v"
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 comments on commit 1be3cc5

Please sign in to comment.