Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Bump to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCardoso committed Dec 18, 2017
1 parent 52582c8 commit 73100ee
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

#### 0.x Releases
- `0.0.x` Releases - [0.0.2](#002) | [0.0.3](#003)
- `0.0.x` Releases - [0.0.2](#002) | [0.0.3](#003) | [0.0.4](#004)

---

## [0.0.4](https://github.com/LeonardoCardoso/SectionedSlider/releases/tag/0.0.4)
Released on 2017-12-18.

#### Added
- Embedded support for UIScrollView and UITableView.
- Some interval vars set open.
- Added by [JonnyLinja](https://github.com/jonnylinja).

## [0.0.3](https://github.com/LeonardoCardoso/SectionedSlider/releases/tag/0.0.3)
Released on 2017-11-08.

Expand Down
14 changes: 13 additions & 1 deletion Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = "Leonardo Cardoso";
TargetAttributes = {
98287C701EE7443100FA064B = {
Expand Down Expand Up @@ -254,15 +254,21 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -305,15 +311,21 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| ![iOS](Images/static.gif) | ![watchOS](Images/static2.gif) |

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/SectionedSlider#requirements-and-details)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.3-red.svg)](https://github.com/LeonardoCardoso/SectionedSlider#cocoapods)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.4-red.svg)](https://github.com/LeonardoCardoso/SectionedSlider#cocoapods)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/SectionedSlider#carthage)

> Control Center Slider
Expand All @@ -31,7 +31,7 @@
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build SectionedSlider 0.0.3+.
> CocoaPods 1.1.0+ is required to build SectionedSlider 0.0.4+.
To integrate SectionedSlider into your Xcode project using CocoaPods, specify it in your `Podfile`:

Expand All @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'SectionedSlider', '~> 0.0.3'
pod 'SectionedSlider', '~> 0.0.4'
```

Then, run the following command:
Expand All @@ -63,7 +63,7 @@ $ brew install carthage
To integrate SectionedSlider into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "LeonardoCardoso/SectionedSlider" ~> 0.0.3
github "LeonardoCardoso/SectionedSlider" ~> 0.0.4
```

### Manually
Expand Down
2 changes: 1 addition & 1 deletion SectionedSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SectionedSlider'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Control Center Slider'
s.homepage = 'https://github.com/LeonardoCardoso/SectionedSlider'
Expand Down
3 changes: 3 additions & 0 deletions update-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grep -rl '0\.0\.3' . --exclude-dir={"Build","libs","Pods",".git"} --exclude={"Podfile.lock","CHANGELOG.md","update-version.sh"} | xargs sed -i.bak 's/0\.0\.3/0\.0\.4/g';

find . -type f -name '*.bak' -delete

0 comments on commit 73100ee

Please sign in to comment.