Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Perelandra0x309 committed Sep 17, 2017
1 parent 08cfde8 commit 0aff627
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.4.1 (September 16 2017 for Haiku Nightly Image)
Bug fixes:
-Fix drawing issue in the Launcher when a selected item is under a shown menu
-Fix issue with icon drawing in Launcher settings


Version 1.4.0 (August 19 2017 for Haiku Nightly Image)
Builds under x86_64 (dependancies now available)
Enable the deskbar shelf view instantiation so it will be preserved over a reboot
Expand Down
2 changes: 1 addition & 1 deletion docs/ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<P ALIGN="center"><FONT SIZE=6>Einsteinium</FONT></P>
<P ALIGN="center">&nbsp;</P>
<P ALIGN="center">Copyright 2017 by Brian Hill</P>
<P ALIGN="center">Version 1.4.0</P>
<P ALIGN="center">Version 1.4.1</P>
<P ALIGN="center">Built for Haiku R1 Nightly images</P>
<P ALIGN="center">The full ReadMe is available at:</P>
<P ALIGN="center"><a href="https://perelandra0x309.github.io/einsteinium/">https://perelandra0x309.github.io/einsteinium/</a></P>
Expand Down
2 changes: 1 addition & 1 deletion src/Daemon/einsteinium_daemon.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.Einsteinium_Daemon";
resource app_version {
major = 1,
middle = 4,
minor = 0,
minor = 1,

variety = B_APPV_FINAL,
internal = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/Engine/einsteinium_engine.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.Einsteinium_Engine";
resource app_version {
major = 1,
middle = 4,
minor = 0,
minor = 1,

variety = B_APPV_FINAL,
internal = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/Launcher/einsteinium_launcher.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.Einsteinium_Launcher";
resource app_version {
major = 1,
middle = 4,
minor = 0,
minor = 1,

variety = B_APPV_FINAL,
internal = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/Preferences/einsteinium_prefs.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.Einsteinium_Preferences";
resource app_version {
major = 1,
middle = 4,
minor = 0,
minor = 1,

variety = B_APPV_FINAL,
internal = 0,
Expand Down

0 comments on commit 0aff627

Please sign in to comment.