Skip to content

Commit 8a3df04

Browse files
committed
Bump version to 0.2.1
1 parent 4ba9fb3 commit 8a3df04

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
Fix iOS pod.
4+
15
## 0.2.0
26

37
Android support.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.flet.serious_python'
2-
version '0.2.0'
2+
version '0.2.1'
33

44
buildscript {
55
repositories {

example/flask_example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ packages:
281281
path: "../.."
282282
relative: true
283283
source: path
284-
version: "0.2.0"
284+
version: "0.2.1"
285285
sky_engine:
286286
dependency: transitive
287287
description: flutter

example/flet_example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ packages:
189189
dependency: "direct main"
190190
description:
191191
name: flet
192-
sha256: "3d1f7b15061edf0f99bf40a19766396f343bb811971020d7316d7d6ff49066e3"
192+
sha256: "83c5c49aa0f2b08791eb3bab1b07e1deb7dc0aee3c30fc7e86552c6ee84b4a6e"
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "0.8.2"
195+
version: "0.8.4"
196196
flutter:
197197
dependency: "direct main"
198198
description: flutter
@@ -486,7 +486,7 @@ packages:
486486
path: "../.."
487487
relative: true
488488
source: path
489-
version: "0.2.0"
489+
version: "0.2.1"
490490
shake:
491491
dependency: transitive
492492
description:

example/flet_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
serious_python:
3535
path: ../../
3636

37-
flet: ^0.8.2
37+
flet: ^0.8.4
3838

3939
path: ^1.8.3
4040

ios/serious_python.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'serious_python'
7-
s.version = '0.2.0'
7+
s.version = '0.2.1'
88
s.summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
99
s.description = <<-DESC
1010
A cross-platform plugin for adding embedded Python runtime to your Flutter apps.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python
22
description: A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.2.0
5+
version: 0.2.1
66

77
platforms:
88
ios:

0 commit comments

Comments
 (0)