Skip to content

Commit 53933b8

Browse files
committed
#107 - update changelog and version.
1 parent ae2ae46 commit 53933b8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ ConsoleTools
33

44
Note: For any bug or feature request please add a new issue on GitHub: https://github.com/lastunicorn/ConsoleTools/issues/new/choose
55

6-
ver 1.3.0
6+
ver 1.2.1
77
---------
8+
- [bugfix ] ScrollMenu: Failing to leave the cursor below the menu when the menu was closing.
89

910

1011
ver 1.2.0

release/ConsoleTools.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputPath>output</OutputPath>
77
<TempPath>temp</TempPath>
8-
<Version>1.3.0</Version>
8+
<Version>1.2.1</Version>
99
<OutputZipFileName>ConsoleTools-$(Version).zip</OutputZipFileName>
1010
<RepositoryRoot>..</RepositoryRoot>
1111
</PropertyGroup>

sources/ConsoleTools/AssemblyInfo.Shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
4141
// [assembly: AssemblyVersion("1.0.*")]
42-
[assembly: AssemblyVersion("1.3.0.0")]
42+
[assembly: AssemblyVersion("1.2.1.0")]
4343
//[assembly: AssemblyFileVersion("1.0.0.*")]

0 commit comments

Comments
 (0)