lib/spaceship/version.rb in spaceship-0.27.1 vs lib/spaceship/version.rb in spaceship-0.27.2
- old
+ new
@@ -1,3 +1,4 @@
module Spaceship
- VERSION = "0.27.1".freeze
+ VERSION = "0.27.2".freeze
+ DESCRIPTION = "Ruby library to access the Apple Dev Center and iTunes Connect".freeze
end