Increment version

This commit is contained in:
2026-03-23 21:10:28 -05:00
parent a6734c45ab
commit 130525a868
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -440,7 +440,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "pallet"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"clap",
"clap_complete",

View File

@@ -1,6 +1,6 @@
[package]
name = "pallet"
version = "1.1.0"
version = "1.1.1"
edition = "2024"
description = "A project manager and build system for C inspired by Rust's Cargo"

View File

@@ -1,6 +1,6 @@
# Maintainer: Shea Frembling <sfrembling@gmail.com>
pkgname=pallet
pkgver=1.1.0
pkgver=1.1.1
pkgrel=1
pkgdesc="A simple C project manager inspired by Cargo"
arch=('x86_64')