Skip to content

Commit b7325a1

Browse files
committed
bump up version 0.2.0
1 parent 14dd320 commit b7325a1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.vscode/task.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © 2023 Jinwoo Park ([email protected])
3+
*
4+
* SPDX-License-Identifier: CC0-1.0
5+
*/
16
{
27
"version": "2.0.0",
38
"tasks": [

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "billmock-app-rs"
77
edition = "2021"
8-
version = "0.1.2"
8+
version = "0.2.0"
99
authors = ["Jinwoo Park <[email protected]>"]
1010
license = "MIT OR Apache-2.0"
1111
description = "application side of billmock hardware, powered by rust-embedded"

card-terminal-adapter/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2023 Jinwoo Park ([email protected])
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
[package]
26
name = "card-terminal-adapter"
37
version = "0.1.0"

0 commit comments

Comments
 (0)