Skip to content

Commit

Permalink
Add syntax error to manifest and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshed-io committed Feb 13, 2011
1 parent 7dd5574 commit 502c8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -51,6 +51,7 @@ lib/rkelly/parser.rb
lib/rkelly/runtime.rb
lib/rkelly/runtime/ruby_function.rb
lib/rkelly/runtime/scope_chain.rb
lib/rkelly/syntax_error.rb
lib/rkelly/token.rb
lib/rkelly/tokenizer.rb
lib/rkelly/visitable.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/rkelly/constants.rb
@@ -1,3 +1,3 @@
module RKelly
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 502c8be

Please sign in to comment.