Skip to content

Commit 96d7adc

Browse files
committed
Version 1.9.5
1 parent 140ae8b commit 96d7adc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SnakeTail/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949
// [assembly: AssemblyVersion("1.0.*")]
50-
[assembly: AssemblyVersion("1.9.4.0")]
51-
[assembly: AssemblyFileVersion("1.9.4.0")]
50+
[assembly: AssemblyVersion("1.9.5.0")]
51+
[assembly: AssemblyFileVersion("1.9.5.0")]

SnakeTail/TailForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ partial class TailForm : Form, ITailForm
9898
bool _displayTabIcon = false;
9999
List<ExternalToolConfig> _externalTools;
100100
Color _bookmarkTextColor = Color.Yellow; // Default bookmark text color
101-
Color _bookmarkBackColor = Color.DarkGreen; // Default bookmark background color
101+
Color _bookmarkBackColor = Color.Green; // Default bookmark background color
102102
List<int> _bookmarks = new List<int>();
103103
ThreadPoolQueue _threadPoolQueue = null;
104104

0 commit comments

Comments
 (0)