lib/xcodeproject/version.rb in xcodeproject-0.3.12 vs lib/xcodeproject/version.rb in xcodeproject-0.3.13
- old
+ new
@@ -1,8 +1,10 @@
#--
-# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com)
+# The MIT License
#
+# Copyright (c) 2012-2014 Andrei Nesterov <ae.nesterov@gmail.com>
+#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
@@ -19,7 +21,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#++
module XcodeProject
- VERSION = "0.3.12"
+ VERSION = "0.3.13"
end