set version metadata to 1.0.0

This commit is contained in:
Mitchell Hashimoto
2024-12-26 11:49:11 -08:00
parent e56a9e3721
commit 68f09eb60d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.{
.name = "ghostty",
.version = "0.1.0",
.version = "1.0.0",
.paths = .{""},
.dependencies = .{
// Zig libs

View File

@ -110,7 +110,7 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "0.1.0";
version = "1.0.0";
inherit src;
nativeBuildInputs = [