Skip to content

Commit

Permalink
version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi authored May 22, 2024
1 parent 9d048ba commit 14dbdc6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default-members = ["cli", "core"]

[workspace.metadata]
name = "vedic"
version = "2.0.4"
version = "2.0.6"
authors = ["Pt. Prashant Tripathi <[email protected]>"]
edition = "2021"
description = "Vedic is World first Programming launguage in Sanskrit"
Expand Down
2 changes: 1 addition & 1 deletion cicd/Vedic.rb
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vedic"
version = "2.0.4"
version = "2.0.6"
authors = ["Pt. Prashant Tripathi <[email protected]>"]
edition = "2021"
description = "Vedic is World first Programming launguage in Sanskrit"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vedic-wasm"
version = "2.0.4"
version = "2.0.6"
authors = ["Pt. Prashant Tripathi <[email protected]>"]
edition = "2021"

Expand Down

2 comments on commit 14dbdc6

@chenrui333
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note, this commit did not get tagged as 2.0.6 so the binary in the release is also wrong

@PtPrashantTripathi it would be good to create a new release and roll forward.

relates to Homebrew/homebrew-core#172593

@PtPrashantTripathi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note, this commit did not get tagged as 2.0.6 so the binary in the release is also wrong

@PtPrashantTripathi it would be good to create a new release and roll forward.

relates to Homebrew/homebrew-core#172593
@chenrui333
Completed
https://github.com/vedic-lang/vedic/releases/tag/v2.0.6

Please sign in to comment.