From ec1673b9ba7eaaa5cde83c226d6ed1724fd035f8 Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Sun, 22 Oct 2017 00:04:47 +0100 Subject: [PATCH] Version 1.0.0 --- Promis.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Promis.podspec b/Promis.podspec index 6e47a52..c527a25 100644 --- a/Promis.podspec +++ b/Promis.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Promis' - s.version = '0.1.0' + s.version = '1.0.0' s.summary = 'The easiest Future and Promises framework in Swift. No magic. No boilerplate.' s.description = <<-DESC The easiest Future and Promises framework in Swift. No magic. No boilerplate.