From 109d01263e03d6ee5f4f1cf555e9a58405d57abb Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Fri, 24 Mar 2017 22:51:26 -0700 Subject: [PATCH] Update release numbers and description. --- CHANGELOG.md | 2 +- MaterialMotion.podspec | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa37a1f..6daf7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# #develop# +# 1.0.0 Initial stable release of Material Motion. Includes: diff --git a/MaterialMotion.podspec b/MaterialMotion.podspec index 8d71f79..972a60b 100644 --- a/MaterialMotion.podspec +++ b/MaterialMotion.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialMotion" - s.summary = "Material Motion: a small, performant library for building reactive motion." + s.summary = "Reactive motion driven by Core Animation." s.version = "1.0.0" s.authors = "The Material Motion Authors" s.license = "Apache 2.0" diff --git a/README.md b/README.md index d3519af..2987105 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Material Motion -> A library for building reactive motion driven with Core Animation. +> Reactive motion driven by Core Animation. ![Swift 3.1.x](https://img.shields.io/badge/Swift-3.1.x-orange.svg) ![iOS 9.0+](https://img.shields.io/badge/iOS-9.0+-orange.svg)