diff --git a/Gemfile.lock b/Gemfile.lock index ee7b8e5..4e22bb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redpotion (1.4.0) + redpotion (1.5.0) ProMotion (>= 2.5.0) RedAlert motion-cocoapods diff --git a/lib/project/version.rb b/lib/project/version.rb index 34c2308..2175651 100644 --- a/lib/project/version.rb +++ b/lib/project/version.rb @@ -1,3 +1,3 @@ module RedPotion - VERSION = "1.4.0" + VERSION = "1.5.0" end