up version to 1.0.2 for development

This commit is contained in:
Mitchell Hashimoto
2024-12-31 14:11:48 -08:00
parent 3f7c3afaf9
commit 1d71196de3
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ comptime {
} }
/// The version of the next release. /// The version of the next release.
const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 1 }; const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 2 };
pub fn build(b: *std.Build) !void { pub fn build(b: *std.Build) !void {
const optimize = b.standardOptimizeOption(.{}); const optimize = b.standardOptimizeOption(.{});

View File

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

View File

@ -111,7 +111,7 @@
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ghostty"; pname = "ghostty";
version = "1.0.1"; version = "1.0.2";
inherit src; inherit src;
nativeBuildInputs = [ nativeBuildInputs = [