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 067c3eab..dce95d39 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -== Ranger v0.2.5 +== Ranger v0.2.6 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.5 +* Version: 0.2.6 == Features diff --git a/ranger b/ranger index cf57fbc2..27eb9ce1 100755 --- a/ranger +++ b/ranger @@ -15,7 +15,7 @@ ##-------------------------------------------------- # Ranger -version='0.2.5' +version='0.2.6' ##-------------------------------------------------- # these lines allow the use of "source ranger ranger" |