Skip to content

Commit 89353e6

Browse files
committed
Bump version
1 parent e88f9e6 commit 89353e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
keywords = ["SCPI", "parser", "Instrumentation", "Embedded", "Multimeter"]
1010
categories = ["command-line-interface", "embedded", "parsing", "no-std"]
1111

12-
homepage = "http://Atmelfan.github.io/scpi-rs"
12+
homepage = "https://github.com/Atmelfan/scpi-rs"
1313
repository = "https://github.com/Atmelfan/scpi-rs"
1414
readme = "README.md"
1515

scpi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scpi"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "SCPI/IEEE488.2 parser library"
55

66
# Inherit from workspace workspace

0 commit comments

Comments
 (0)