diff options
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | ranger | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README index 61dc6408..067c3eab 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -== Ranger v0.2.4 +== Ranger v0.2.5 Ranger is a filemanager that integrates well into the linux shell and gives you a quick way of doing operations that would otherwise require a lot of @@ -11,7 +11,7 @@ The program is written in Ruby and uses ncurses for the user interface. * Author: hut (means "hat" in my exotic foreign language) * Email: hut@lavabit.com * Git repo: http://repo.or.cz/w/ranger.git -* Version: 0.2.4 +* Version: 0.2.5 == Features diff --git a/ranger b/ranger index 091df761..99144c62 100755 --- a/ranger +++ b/ranger @@ -14,7 +14,7 @@ end ##-------------------------------------------------- # Ranger -version = '0.2.4' +version = '0.2.5' require 'pathname' $: << MYDIR = File.dirname(Pathname(__FILE__).realpath) |