Skip to content

Commit

Permalink
Update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
isavynskyi committed Sep 29, 2019
1 parent 44ff577 commit 343d81f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
- [ ] UI tests added
- [ ] Tests pass locally

Pod version update

## Versioning
Pod version updated in `LayoutInspector.podspec`
- [ ] Major
- [ ] Minor
- [ ] Patch
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- LayoutInspector (1.1.0)
- LayoutInspector (1.2.0)

DEPENDENCIES:
- LayoutInspector (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
LayoutInspector: 811b00a42671a57c1ccfdf85be726a9a2f5dbde5
LayoutInspector: b50a2937f1497a5a116d8975ea24b219f7813024

PODFILE CHECKSUM: ceafd53887cd84376ba1b2a6cc02fd379b250eeb

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/LayoutInspector.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 LayoutInspector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LayoutInspector'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'LayoutInspector module'

s.description = <<-DESC
Expand Down

0 comments on commit 343d81f

Please sign in to comment.