Skip to content

Commit 91747e1

Browse files
committed
Bump version to 0.9.5 for Android and Darwin
Updated the version number to 0.9.5 in both the Android build.gradle and Darwin podspec files to prepare for a new release.
1 parent a74b3f5 commit 91747e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/serious_python_android/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_android'
2-
version '0.9.4'
2+
version '0.9.5'
33

44
def python_version = '3.12'
55

src/serious_python_darwin/darwin/serious_python_darwin.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_darwin'
7-
s.version = '0.9.4'
7+
s.version = '0.9.5'
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.

0 commit comments

Comments
 (0)