Skip to content

Commit

Permalink
update to 1.0.5: support multi targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sueLan committed Nov 15, 2020
1 parent 923c835 commit dcffd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DEV_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Now, you can build the `cocoapods-dependency-graph`
1. update `VERSION` in `gem_version.rb`
2. build, `gem build cocoapods-dependency-graph.gemspec`.
3. publish, `gem push cocoapods-dependency-graph-#{version}.gem`

### Doc for cocoapods

Check the doc and API in https://rubydoc.info/gems/cocoapods/Pod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CocoapodsDependencyGraph
VERSION = "1.0.4"
VERSION = "1.0.5"
end

0 comments on commit dcffd5c

Please sign in to comment.