Skip to content

Commit

Permalink
update to version 4.2
Browse files Browse the repository at this point in the history
- contains x64 npp plugin
- fix for N++ nullpointer issue on plugin creation
  • Loading branch information
chcg committed Dec 29, 2017
1 parent 593e54d commit 6a0da15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.1.{build}
version: 4.2.{build}
image: Visual Studio 2017

environment:
Expand Down
6 changes: 3 additions & 3 deletions source/JsParser.Core/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyCompany("Oleksandr Boiko")]
[assembly: AssemblyCopyright("Oleksandr Boiko 2016")]
[assembly: AssemblyCopyright("Oleksandr Boiko 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -21,5 +21,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.1")]
[assembly: AssemblyFileVersion("4.1")]
[assembly: AssemblyVersion("4.2")]
[assembly: AssemblyFileVersion("4.2")]

0 comments on commit 6a0da15

Please sign in to comment.