Skip to content

Commit

Permalink
CHORE: Bump version numbers
Browse files Browse the repository at this point in the history
Also start tracking statically generated API docs
  • Loading branch information
KOOKIIEStudios committed Jul 8, 2023
1 parent 243e2f9 commit 5845b8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5845b8a

Please sign in to comment.