diff --git a/.gitignore b/.gitignore index f868c61..ae77b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ build/ # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. -doc/api/ +# doc/api/ # Avoid committing generated Javascript files: *.dart.js diff --git a/CHANGELOG.md b/CHANGELOG.md index ec41d83..fc18fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.0 +- Add `PAL` to list of known sets +- Add support for PTCGL tokens +- Update included API docs in packages directory + ## 1.1.0 - Feedback via snackbar now provided on save - E.g. Tells you whether the PDF file was successfully exported diff --git a/pubspec.yaml b/pubspec.yaml index 435d23c..139a2a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.0+0 +version: 1.2.0+0 environment: sdk: '>=2.19.5 <3.0.0'