Skip to content

Commit 63f510c

Browse files
authored
[3.1.0] Create new version of ASDK (#2021)
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.
1 parent 1ae1e9c commit 63f510c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Texture.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Texture'
3-
spec.version = '3.0.0'
3+
spec.version = '3.1.0'
44
spec.license = { :type => 'Apache 2', }
55
spec.homepage = 'http://texturegroup.org'
66
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' }

ThreeMigrationGuide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## Texture 3.0 Migration Guide
1+
## Texture 3.1 Migration Guide
22

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

5+
- Rename all instances of ASNavigationController to ASDKNavigationController
6+
7+
## Texture 3.0 Migration Guide
8+
59
- Rename all instances of ASViewController to ASDKViewController
610

711
### Breaking API Changes

0 commit comments

Comments
 (0)