Skip to content

Commit b6d1562

Browse files
committed
Bump version to 0.2.4
1 parent b32a261 commit b6d1562

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.3'
2+
version '0.2.4'
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.3"
284+
version: "0.2.4"
285285
sky_engine:
286286
dependency: transitive
287287
description: flutter

example/flet_example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ packages:
478478
path: "../.."
479479
relative: true
480480
source: path
481-
version: "0.2.3"
481+
version: "0.2.4"
482482
shake:
483483
dependency: transitive
484484
description:

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.3'
7+
s.version = '0.2.4'
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.3
5+
version: 0.2.4
66

77
platforms:
88
ios:

0 commit comments

Comments
 (0)