~novakane/zelbar

293aed3486c2fb1516726c3811ad0c945f94a1d2 — Hugo Machet 3 months ago 91d7bd3 v1.1.0
build: Bump version to 1.1.0
2 files changed, 2 insertions(+), 2 deletions(-)

M build.zig
M build.zig.zon
M build.zig => build.zig +1 -1
@@ 10,7 10,7 @@ const Scanner = @import("zig-wayland").Scanner;
/// tagged, the "-dev" suffix should be removed for the commit that gets tagged.
/// Directly after the tagged commit, the version should be bumped and the "-dev"
/// suffix added.
const version = "1.1.0-dev";
const version = "1.1.0";

pub fn build(b: *std.Build) !void {
    const target = b.standardTargetOptions(.{});

M build.zig.zon => build.zig.zon +1 -1
@@ 1,6 1,6 @@
.{
    .name = "zelbar",
    .version = "1.0.0",
    .version = "1.1.0",
    .paths = .{""},
    .dependencies = .{
        .@"zig-pixman" = .{