Permalink
Browse files

fixed typo

  • Loading branch information...
1 parent 9864209 commit 11841612d512da9246d8b5b0912d0672ee754dc1 @BobEvans BobEvans committed Aug 1, 2012
Showing with 1 addition and 1 deletion.
  1. +1 −1 increment_version.rb
View
2 increment_version.rb 100644 → 100755
@@ -4,7 +4,7 @@
# manifest update
file = File.read("Paco/AndroidManifest.xml")
-xml = REXML::Document.new(file)
+doc = REXML::Document.new(file)
current_version = doc.elements["manifest"].attributes["android:versionCode"].to_i
doc.elements["manifest"].attributes["android:versionCode"] = "#{current_version + 1}"

0 comments on commit 1184161

Please sign in to comment.