chore: bump version to 0.1.4

This commit is contained in:
2026-02-19 02:48:56 -05:00
parent 4ba7a23ae3
commit b0ccde749c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "lux"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A functional programming language with first-class effects, schema evolution, and behavioral types"
license = "MIT"

View File

@@ -44,7 +44,7 @@
printf "\n"
printf " \033[1;35m \033[0m\n"
printf " \033[1;35m \033[0m\n"
printf " \033[1;35m \033[0m v0.1.3\n"
printf " \033[1;35m \033[0m v0.1.4\n"
printf "\n"
printf " Functional language with first-class effects\n"
printf "\n"
@@ -62,7 +62,7 @@
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "lux";
version = "0.1.3";
version = "0.1.4";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
@@ -79,7 +79,7 @@
};
in muslPkgs.rustPlatform.buildRustPackage {
pname = "lux";
version = "0.1.3";
version = "0.1.4";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;