We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa743a commit c976ef8Copy full SHA for c976ef8
2 files changed
CHANGELOG.md
@@ -24,4 +24,7 @@ Public release.
24
- Linter pass.
25
26
# 1.0.7
27
-- Dart CI workflow and badge.
+- Dart CI workflow and badge.
28
+
29
+# 1.1.0
30
+- Added try/catch feature.
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: oche_script
2
-version: 1.0.7
+version: 1.1.0
3
description: OcheScript embeddable script language for Flutter/Dart applications.
4
homepage: https://atebitftw.github.io/site/
5
repository: https://github.com/atebitftw/ochescript
0 commit comments