branch: elpa/golden-ratio
commit cb8ff0bdb07d7d8eea11fc468922bdf4c512b832
Author: Roman Gonzalez <[email protected]>
Commit: Roman Gonzalez <[email protected]>

    Bumping to version 0.0.3
    
    Also adding credits for Tatsuhiro Ujihisa :-)
---
 README.md       | 4 ++++
 golden-ratio.el | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e19beba433..30f47b6db2 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,7 @@ If you want to disable automatic resizing done by 
golden-ratio, just invoke
 `(golden-ratio-disable)`
 
 To call golden ratio manually just `M-x golden-ratio`
+
+## Credits
+
+Code inspired by ideas from [Tatsuhiro Ujihisa](http://twitter.com/ujm)
diff --git a/golden-ratio.el b/golden-ratio.el
index 03f7cb8da9..608d7d75b2 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -6,7 +6,9 @@
 ;; Mantainer: Roman Gonzalez <[email protected]>
 ;; Created: 13 Oct 2012
 ;; Keywords: Window Resizing
-;; Version: 0.0.2
+;; Version: 0.0.3
+
+;; Code inspired by ideas from Tatsuhiro Ujihisa
 
 ;; This file is not part of GNU Emacs.
 

Reply via email to