diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aff511..02b076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.0.0-alpha.2 +## 8.0.0-alpha.3 - Generate models from Figma's REST API specification ([@donny-dont](https://github.com/donny-dont)) - Update to v0.40.0 of REST API specification ([@donny-dont](https://github.com/donny-dont)) diff --git a/pubspec.yaml b/pubspec.yaml index 099e914..3ea171c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: figma description: A Figma API wrapper library for interacting with Figma documents, written in pure Dart. -version: 8.0.0-alpha.2 +version: 8.0.0-alpha.3 homepage: https://github.com/arnemolland/figma repository: https://github.com/arnemolland/figma issue_tracker: https://github.com/arnemolland/figma/issues