Skip to content

Commit 1ccdfcb

Browse files
Release version 1.3.0
Signed-off-by: Ivan Velickovic <[email protected]>
1 parent c56f318 commit 1ccdfcb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6-dev
1+
1.3.0

build_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from typing import Dict, Union, List, Tuple
2525

2626
NAME = "microkit"
27-
VERSION = "1.2.6"
27+
VERSION = "1.3.0"
2828

2929
ENV_BIN_DIR = Path(executable).parent
3030

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
---
7-
title: Microkit User Manual (v1.2.6)
7+
title: Microkit User Manual (v1.3.0)
88
documentclass: article
99
classoption:
1010
- english

tool/microkit/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/microkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "microkit-tool"
9-
version = "0.1.0"
9+
version = "1.3.0"
1010
edition = "2021"
1111

1212
[[bin]]

0 commit comments

Comments
 (0)