Skip to content

Commit 116dcfb

Browse files
committed
Bump version to v0.1.4
1 parent 9f8cbd6 commit 116dcfb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
* Bump `.podspec` version.
4+
15
## 0.1.3
26

37
* Add app's path to `PYTHONPATH`.

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.1.3"
284+
version: "0.1.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
@@ -486,7 +486,7 @@ packages:
486486
path: "../.."
487487
relative: true
488488
source: path
489-
version: "0.1.3"
489+
version: "0.1.4"
490490
shake:
491491
dependency: transitive
492492
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.1.2'
7+
s.version = '0.1.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.1.3
5+
version: 0.1.4
66

77
platforms:
88
ios:

0 commit comments

Comments
 (0)