Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz committed Apr 8, 2022
1 parent 5a65ad5 commit 5a7c158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FormAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private void FormAbout_Load(object sender, EventArgs e)

string about = "ppInk "+built+ " v" + version + "\r\n";
about += "Forked from gInk (c) 2016-2020 Weizhi Nai\r\n";
about += "changes (c) 2002-2020 Pubpub-ZZ\r\n";
about += "changes (c) 2020-2022 Pubpub-ZZ\r\n";
about += "Licensed under MIT\r\n";
about += "https://github.com/pubpub-zz/ppInk\r\n";
about += "\r\n";
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.1.*")]
[assembly: AssemblyFileVersion("1.8.1.*")]
[assembly: AssemblyVersion("1.8.2.*")]
[assembly: AssemblyFileVersion("1.8.2.*")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 5a7c158

Please sign in to comment.