about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-21 04:32:16 +0200
committerhut <hut@lavabit.com>2009-07-21 04:38:54 +0200
commitbcb6a3a42bf274e730f8297b55a87ffabd42e438 (patch)
tree4893ef271f24a773b7c296f9a97218914f864a92
parent7a1d7e8138ba702d9f8621523d53c083c2d8076f (diff)
downloadranger-0.2.5.tar.gz
verison++ v0.2.5
-rw-r--r--README4
-rwxr-xr-xranger2
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)