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"