From 070248fbde4085fd1b54f60b1d89e88e19db71bd Mon Sep 17 00:00:00 2001 From: Karol Belina Date: Sun, 13 Jun 2021 19:10:02 +0200 Subject: [PATCH] Bump the project version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b6a067..1d35d5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,7 +38,7 @@ dependencies = [ [[package]] name = "ruxnasm" -version = "0.1.3" +version = "0.2.0" dependencies = [ "codespan-reporting", "test-case", diff --git a/Cargo.toml b/Cargo.toml index 61815d7..db78fd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruxnasm" -version = "0.1.3" +version = "0.2.0" authors = ["Karol Belina "] edition = "2018" description = "Alternative Uxntal assembler focused on error reporting"