From af5875b746bbb52328b706180f58caf7858fb66c Mon Sep 17 00:00:00 2001 From: Vincent Le Date: Fri, 25 Mar 2016 21:54:50 -0400 Subject: [PATCH] add changelog --- CHANGELOG.md | 14 ++++++++++++++ DualSlideMenu.podspec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9586636 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +1.0.1 Release notes (03/25/16) +============================================================= + +### Updates +Add documentation and walkthroughs + +1.0.0 Release notes (03/25/16) +============================================================= + +### Soft launch +Includes all features + + + diff --git a/DualSlideMenu.podspec b/DualSlideMenu.podspec index dbc7be0..848797e 100644 --- a/DualSlideMenu.podspec +++ b/DualSlideMenu.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "DualSlideMenu" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "Swipe to the left or right for a table view" s.description = "Allows the main view of an app to be clutter free by placing all the navigation and buttons in side menus that can be easily reached by swiping to the left or right"