Skip to content

Commit

Permalink
rdef: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augiedoggie committed Oct 13, 2022
1 parent 3c6e166 commit ff037bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/TrackRunner.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 0,
middle = 0,
middle = 1,
minor = 0,

variety = B_APPV_DEVELOPMENT,
internal = 0,

short_info = "TrackRunner Tracker Add-On",
long_info = "TrackRunner allows running commands and scripts from the Tracker context menu"
long_info = "Run commands and scripts from the Tracker context menu"
};

resource("BEOS:default_shortcut") "X";
Expand Down

0 comments on commit ff037bd

Please sign in to comment.