Skip to content

Commit

Permalink
[3.1.0] Create new version of ASDK (#2021)
Browse files Browse the repository at this point in the history
With the breaking change of renaming ASNavigationController to ASDKNavigationController, we have released a new version of Texture. Please see `ThreeMigrationGuide.md` for how to handle the breaking changes in 3.1.0.
  • Loading branch information
rcancro authored Sep 9, 2021
1 parent 1ae1e9c commit 63f510c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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' => '[email protected]', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => '[email protected]', 'Michael Schneider' => '[email protected]', 'Adlai Holler' => '[email protected]' }
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

0 comments on commit 63f510c

Please sign in to comment.