From 14dbdc6c34900670dca4fde96012acc27a41202b Mon Sep 17 00:00:00 2001 From: "Pt. Prashant tripathi" <26687933+PtPrashantTripathi@users.noreply.github.com> Date: Wed, 22 May 2024 14:29:36 +0530 Subject: [PATCH] version 2.0.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- cicd/Vedic.rb | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b619288..1453c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" [[package]] name = "vedic" -version = "2.0.4" +version = "2.0.6" dependencies = [ "vedic-core", "winres", @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "vedic-core" -version = "2.0.4" +version = "2.0.6" dependencies = [ "mimalloc", "wasm-bindgen", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "vedic-wasm" -version = "2.0.4" +version = "2.0.6" dependencies = [ "vedic-core", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 419025a..7cfcfd4 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = ["cli", "core"] [workspace.metadata] name = "vedic" -version = "2.0.4" +version = "2.0.6" authors = ["Pt. Prashant Tripathi "] edition = "2021" description = "Vedic is World first Programming launguage in Sanskrit" diff --git a/cicd/Vedic.rb b/cicd/Vedic.rb index 0448c9f..7e51fd5 100644 --- a/cicd/Vedic.rb +++ b/cicd/Vedic.rb @@ -1,7 +1,7 @@ class Vedic < Formula desc "vedic-lang is a Sanskrit programming language" homepage "https://github.com/vedic-lang/vedic" - version "2.0.4" + version "2.0.6" if OS.mac? if Hardware::CPU.arm? diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b690d3d..79e0b2f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vedic" -version = "2.0.4" +version = "2.0.6" authors = ["Pt. Prashant Tripathi "] edition = "2021" description = "Vedic is World first Programming launguage in Sanskrit" diff --git a/core/Cargo.toml b/core/Cargo.toml index 124386d..5cedfc7 100755 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vedic-core" -version = "2.0.4" +version = "2.0.6" edition = "2021" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 77ed4c9..557dcda 100755 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vedic-wasm" -version = "2.0.4" +version = "2.0.6" authors = ["Pt. Prashant Tripathi "] edition = "2021"