File tree Expand file tree Collapse file tree 17 files changed +50
-26
lines changed
serious_python_platform_interface Expand file tree Collapse file tree 17 files changed +50
-26
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.1
2+
3+ * Bumping version after fixing pubspec.yaml.
4+
15## 0.4.0
26
37* macOS, Windows and Linux support.
Original file line number Diff line number Diff line change @@ -302,42 +302,42 @@ packages:
302302 path: "../.."
303303 relative: true
304304 source: path
305- version: "0.4.0 "
305+ version: "0.4.1 "
306306 serious_python_android:
307307 dependency: transitive
308308 description:
309309 path: "../../../serious_python_android"
310310 relative: true
311311 source: path
312- version: "0.4.0 "
312+ version: "0.4.1 "
313313 serious_python_darwin:
314314 dependency: transitive
315315 description:
316316 path: "../../../serious_python_darwin"
317317 relative: true
318318 source: path
319- version: "0.4.0 "
319+ version: "0.4.1 "
320320 serious_python_linux:
321321 dependency: transitive
322322 description:
323323 path: "../../../serious_python_linux"
324324 relative: true
325325 source: path
326- version: "0.4.0 "
326+ version: "0.4.1 "
327327 serious_python_platform_interface:
328328 dependency: transitive
329329 description:
330330 path: "../../../serious_python_platform_interface"
331331 relative: true
332332 source: path
333- version: "0.4.0 "
333+ version: "0.4.1 "
334334 serious_python_windows:
335335 dependency: transitive
336336 description:
337337 path: "../../../serious_python_windows"
338338 relative: true
339339 source: path
340- version: "0.4.0 "
340+ version: "0.4.1 "
341341 sky_engine:
342342 dependency: transitive
343343 description: flutter
Original file line number Diff line number Diff line change @@ -509,42 +509,42 @@ packages:
509509 path: "../.."
510510 relative: true
511511 source: path
512- version: "0.4.0 "
512+ version: "0.4.1 "
513513 serious_python_android:
514514 dependency: transitive
515515 description:
516516 path: "../../../serious_python_android"
517517 relative: true
518518 source: path
519- version: "0.4.0 "
519+ version: "0.4.1 "
520520 serious_python_darwin:
521521 dependency: transitive
522522 description:
523523 path: "../../../serious_python_darwin"
524524 relative: true
525525 source: path
526- version: "0.4.0 "
526+ version: "0.4.1 "
527527 serious_python_linux:
528528 dependency: transitive
529529 description:
530530 path: "../../../serious_python_linux"
531531 relative: true
532532 source: path
533- version: "0.4.0 "
533+ version: "0.4.1 "
534534 serious_python_platform_interface:
535535 dependency: transitive
536536 description:
537537 path: "../../../serious_python_platform_interface"
538538 relative: true
539539 source: path
540- version: "0.4.0 "
540+ version: "0.4.1 "
541541 serious_python_windows:
542542 dependency: transitive
543543 description:
544544 path: "../../../serious_python_windows"
545545 relative: true
546546 source: path
547- version: "0.4.0 "
547+ version: "0.4.1 "
548548 shake:
549549 dependency: transitive
550550 description:
Original file line number Diff line number Diff line change @@ -317,42 +317,42 @@ packages:
317317 path: "../.."
318318 relative: true
319319 source: path
320- version: "0.4.0 "
320+ version: "0.4.1 "
321321 serious_python_android:
322322 dependency: transitive
323323 description:
324324 path: "../../../serious_python_android"
325325 relative: true
326326 source: path
327- version: "0.4.0 "
327+ version: "0.4.1 "
328328 serious_python_darwin:
329329 dependency: transitive
330330 description:
331331 path: "../../../serious_python_darwin"
332332 relative: true
333333 source: path
334- version: "0.4.0 "
334+ version: "0.4.1 "
335335 serious_python_linux:
336336 dependency: transitive
337337 description:
338338 path: "../../../serious_python_linux"
339339 relative: true
340340 source: path
341- version: "0.4.0 "
341+ version: "0.4.1 "
342342 serious_python_platform_interface:
343343 dependency: transitive
344344 description:
345345 path: "../../../serious_python_platform_interface"
346346 relative: true
347347 source: path
348- version: "0.4.0 "
348+ version: "0.4.1 "
349349 serious_python_windows:
350350 dependency: transitive
351351 description:
352352 path: "../../../serious_python_windows"
353353 relative: true
354354 source: path
355- version: "0.4.0 "
355+ version: "0.4.1 "
356356 sky_engine:
357357 dependency: transitive
358358 description: flutter
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python
22description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.4.0
5+ version : 0.4.1
66
77platforms :
88 ios :
Original file line number Diff line number Diff line change 1+ ## 0.4.1
2+
3+ * Bumping version after fixing pubspec.yaml.
4+
15## 0.4.0
26
37* macOS, Windows and Linux support.
Original file line number Diff line number Diff line change 11group ' com.flet.serious_python_android'
2- version ' 0.4.0 '
2+ version ' 0.4.1 '
33
44buildscript {
55 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python_android
22description : Android implementation of the serious_python plugin
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.4.0
5+ version : 0.4.1
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
Original file line number Diff line number Diff line change 1+ ## 0.4.1
2+
3+ * Bumping version after fixing pubspec.yaml.
4+
15## 0.4.0
26
37* macOS support.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'serious_python_darwin'
7- s . version = '0.4.0 '
7+ s . version = '0.4.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.
You can’t perform that action at this time.
0 commit comments