From 299a42603ef3958b32508b9ab85ab092762ece60 Mon Sep 17 00:00:00 2001 From: Alex Alikiotis Date: Tue, 11 Oct 2022 21:43:09 +0300 Subject: [PATCH] Getting ready for the v0.2.3 release (#25) --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ab17db..47c8532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dune" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 49c029e..4e73500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dune" -version = "0.2.2" +version = "0.2.3" authors = ["Alex Alikiotis "] edition = "2021" license = "MIT" diff --git a/package.json b/package.json index 1174bc3..38d73e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dune", - "version": "0.2.2", + "version": "0.2.3", "description": "A hobby runtime for JavaScript and TypeScript 🚀", "main": "src/js/main.js", "scripts": {