Skip to content

Commit

Permalink
0.1.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsdojo committed Apr 20, 2021
1 parent 5383de8 commit f2d8dfa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bitsdojo_window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.0+1
- Fix gtk library name on Linux
## 0.1.0
- Added null safety support
## 0.0.9
Expand Down
4 changes: 2 additions & 2 deletions bitsdojo_window/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitsdojo_window
description: A package to help with creating custom windows with Flutter desktop (custom border, titlebar and minimize/maximize/close buttons) and common desktop window operations (show/hide/position on screen) for Windows and macOS
version: 0.1.0
version: 0.1.0+1
homepage: https://www.bitsdojo.com
repository: https://github.com/bitsdojo/bitsdojo_window

Expand All @@ -27,5 +27,5 @@ dependencies:
#path: ../bitsdojo_window_windows
bitsdojo_window_macos: ^0.1.0
#path: ../bitsdojo_window_macos
bitsdojo_window_linux: ^0.1.0
bitsdojo_window_linux: ^0.1.0+1
#path: ../bitsdojo_window_linux
2 changes: 2 additions & 0 deletions bitsdojo_window_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.0+1
- Fix gtk library name
## 0.1.0
- Added null safety support
## 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion bitsdojo_window_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitsdojo_window_linux
description: Linux implementation of the bitsdojo_window plugin.
version: 0.1.0
version: 0.1.0+1
homepage: https://www.bitsdojo.com
repository: https://github.com/bitsdojo/bitsdojo_window

Expand Down

0 comments on commit f2d8dfa

Please sign in to comment.