Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.1.0] Create new version of Texture #2021

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Texture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Texture'
spec.version = '3.0.0'
spec.version = '3.1.0'
spec.license = { :type => 'Apache 2', }
spec.homepage = 'http://texturegroup.org'
spec.authors = { 'Huy Nguyen' => 'hi@huynguyen.dev', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }
Expand Down
6 changes: 5 additions & 1 deletion ThreeMigrationGuide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Texture 3.0 Migration Guide
## Texture 3.1 Migration Guide

Got a tip for upgrading? Please open a PR to this document!

- Rename all instances of ASNavigationController to ASDKNavigationController

## Texture 3.0 Migration Guide

- Rename all instances of ASViewController to ASDKViewController

### Breaking API Changes
Expand Down