From cde658efb9eb6a33079884b9a78730ada48f7d6d Mon Sep 17 00:00:00 2001 From: Alexis Aubry Date: Sun, 1 Oct 2017 20:12:10 +0200 Subject: [PATCH] Bump Podspec --- BulletinBoard.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BulletinBoard.podspec b/BulletinBoard.podspec index 474bce9..3d2be0e 100644 --- a/BulletinBoard.podspec +++ b/BulletinBoard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BulletinBoard" - s.version = "0.1" + s.version = "1.0.0" s.summary = "Generate and Display Bottom Card Interfaces for iOS" s.description = <<-DESC BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration.