Skip to content

Commit

Permalink
chore: build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Nov 6, 2023
1 parent 8aa405b commit 642c54d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5

* Fixed overlay state management

## 0.0.4

* Fixed floating view draggable gesture
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grex_floating_view
description: Flutter In App Floating View (Picture in Picture mode)
version: 0.0.4
version: 0.0.5
homepage: https://grex.com.br
repository: https://github.com/grex-corp/grex_floating_view

Expand Down
4 changes: 2 additions & 2 deletions sample/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
grx_floating_view:
grex_floating_view:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.0.5"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion sample/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
flutter:
sdk: flutter

grx_floating_view:
grex_floating_view:
path: ../

# The following adds the Cupertino Icons font to your application.
Expand Down

0 comments on commit 642c54d

Please sign in to comment.