Skip to content

Commit 2d1eeaa

Browse files
committed
meta: Update to cutekit 0.8.0.
1 parent ab1a531 commit 2d1eeaa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

meta/plugins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from cutekit import ensure
22

3-
ensure((0, 7, 6))
3+
ensure((0, 8, 0))
44

55
from . import reftest, tools # noqa E402, F401: Needed for side effect

meta/plugins/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://github.com/cute-engineering/cutekit.git@0.7.14
1+
git+https://github.com/cute-engineering/cutekit.git@0.8.0
22
Markdown~=3.7

project.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"cute-engineering/ce-mdi": {
1313
"git": "https://github.com/cute-engineering/ce-mdi.git",
14-
"tag": "v0.2.0"
14+
"tag": "v0.3.0"
1515
},
1616
"cute-engineering/ce-libc": {
1717
"git": "https://github.com/cute-engineering/ce-libc.git",
@@ -27,11 +27,11 @@
2727
},
2828
"cute-engineering/cat": {
2929
"git": "https://github.com/cute-engineering/cat.git",
30-
"tag": "v0.7.4"
30+
"tag": "v0.8.0"
3131
},
3232
"cute-engineering/ce-targets": {
3333
"git": "https://github.com/cute-engineering/ce-targets.git",
34-
"tag": "v0.1.1"
34+
"tag": "v0.2.0"
3535
},
3636
"sdl2": {
3737
"description": "A cross-platform development library designed to provide low level access to hardware",

0 commit comments

Comments
 (0)