Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huebnerob committed Dec 6, 2017
1 parent 1933521 commit a792f49
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- FBSnapshotTestCase (~> 2.0)
- Nimble (~> 7.0)
- Quick (1.2.0)
- StyledText (1.0.0)
- StyledText (1.1.0)

DEPENDENCIES:
- FBSnapshotTestCase (~> 2.0)
Expand All @@ -29,7 +29,7 @@ SPEC CHECKSUMS:
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
StyledText: 98e993a39e4ee351912033e1a495f1cdc02dfdfa
StyledText: fc5a267c2b40454767965e8a615567ce5f2e0672

PODFILE CHECKSUM: 93ee1fefce57920b1899c41d81505138743fcfac

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/StyledText.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/StyledText/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion StyledText.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StyledText'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Declarative text styles and simple Dynamic Type support for iOS'
s.description = <<-DESC
StyledText is a library that simplifies styling dynamic text in iOS applications. Instead of having to use attributed strings every time you need to update text, you can declaratively set a text style on your labels. When the text of the label is updated, the label uses the preset style.
Expand Down

0 comments on commit a792f49

Please sign in to comment.