diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This source code complements the paper
 Zipper-based Attribute Grammars and their Extensions. Pedro Martins, João Paulo Fernandes and João Saraiva. In the proceedings of the 17th Brazilian Symposium on Programming Languages (SBLP’13), September 29 - October 4, Brasilia, Brasil. LNCS
 
-To run all the examples, the Scrap Your Zipper Haskell package
+To run all the examples, the Scrap Your Zipper Haskell (syz) package
 is necessary, which can be easily installed with:
 
 $ cabal install syz
diff --git a/ZipperAG.cabal b/ZipperAG.cabal
--- a/ZipperAG.cabal
+++ b/ZipperAG.cabal
@@ -1,13 +1,13 @@
 Name:		   ZipperAG
-Version:	   0.1
+Version:	   0.2
 Cabal-Version: >= 1.2
 License:	   BSD3
 Author:		   Pedro Martins <pedromartins4@gmail.com>
 Maintainer:    Pedro Martins <pedromartins4@gmail.com>
 Homepage:	   www.di.uminho.pt/~prmartins
 Category:	   Experimental
-Synopsis:	   An implementationg of Attribute Grammars using Funcitonal Zippers
-Description:   An implementationg of Attribute Grammars using Funcitonal Zippers
+Synopsis:	   An implementationg of Attribute Grammars using Functional Zippers
+Description:   An implementationg of Attribute Grammars using Functional Zippers
 build-type:    Simple
 Copyright:     Pedro Martins
 Extra-source-files: README
