Skip to content

Commit 66be8e8

Browse files
committed
version: 1.1.1
1 parent fd88193 commit 66be8e8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.1
2+
3+
* Minor README changes
4+
* Deployed the example app to GitHub pages
5+
16
## 1.1.0
27

38
* Added support for keyboard shortcuts. You can now press `Cmd` or `Alt` to toggle the widget inspector, and press `Shift` to toggle the color picker.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "1.1.0"
76+
version: "1.1.1"
7777
matcher:
7878
dependency: transitive
7979
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: inspector
22
description: A Flutter package for inspecting widget size and color. Useful for quick debugging or QA testing.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/kekland/inspector
55

66
environment:

0 commit comments

Comments
 (0)