Skip to content

Commit 725fdcc

Browse files
committed
Bump Flet Flutter package version to 0.3.2
1 parent 21d6490 commit 725fdcc

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flet changelog
22

3+
## 0.3.2
4+
5+
* Fix `flet pack` command on Windows and macOS ([#795](https://github.com/flet-dev/flet/issues/795))
6+
37
## 0.3.1
48

59
* Fixed Flutter package CHANGELOG and README.

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ packages:
147147
path: "../package"
148148
relative: true
149149
source: path
150-
version: "0.3.1"
150+
version: "0.3.2"
151151
flutter:
152152
dependency: "direct main"
153153
description: flutter

package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Fix `flet pack` command on Windows and macOS ([#795](https://github.com/flet-dev/flet/issues/795))
4+
15
## 0.3.1
26

37
* Fixed Flutter package CHANGELOG and README.

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.3.1
5+
version: 0.3.2
66

77
# This package supports all platforms listed below.
88
platforms:

studio/client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ packages:
147147
path: "../../package"
148148
relative: true
149149
source: path
150-
version: "0.3.1"
150+
version: "0.3.2"
151151
flutter:
152152
dependency: "direct main"
153153
description: flutter

0 commit comments

Comments
 (0)