Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1

- First Official Release!! 🎉🎉🎉

## 0.0.1-dev.2

- Update README.md
Expand Down
2 changes: 1 addition & 1 deletion example/extension/devtools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: panache
issueTracker: https://github.com/offich/panache/issues
version: 0.0.1-dev.2
version: 0.0.1
materialIconCodePoint: '0xe651'
requiresConnection: false
2 changes: 1 addition & 1 deletion extension/devtools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: panache
issueTracker: https://github.com/offich/panache/issues
version: 0.0.1-dev.2
version: 0.0.1
materialIconCodePoint: '0xe651'
requiresConnection: false
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: "Lorem Ipsum Dummy Text Generator for Flutter DevTools Extension"
# 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: 0.0.1-dev.2
version: 0.0.1

environment:
sdk: ^3.6.0
Expand Down