Bump version to v1.1.1

This commit is contained in:
NGnius (Graham) 2023-02-10 17:26:16 -05:00
parent 5a71586095
commit c9557736ef
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "powertools-rs"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
description = "Backend (superuser) functionality for PowerTools"

View file

@ -1,6 +1,6 @@
{
"name": "PowerTools",
"version": "1.1.0",
"version": "1.1.1",
"description": "Power tweaks for power users",
"scripts": {
"build": "shx rm -rf dist && rollup -c",