Skip to content

Commit

Permalink
Merge pull request #298 from losynix/version_bump
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
losynix committed Sep 14, 2023
2 parents d225b3c + a361d5b commit c507b68
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ overflow-checks = true
strip = true

[workspace.metadata]
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion client/kiosk/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VER := $(shell grep 'Version' usbsas-kiosk/DEBIAN/control | cut -d' ' -f2)
NWJS_VER=0.78.1
NWJS_VER=0.79.1

PKG=../../target/debian/usbsas-kiosk_$(VER)_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion client/kiosk/usbsas-kiosk/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: usbsas-kiosk
Version: 0.1.6
Version: 0.1.7
Maintainer: usbsas
Architecture: amd64
Section: utility
Expand Down
2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usbsas-server"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
license = "GPL-3.0"
description = "usbsas web server"
Expand Down

0 comments on commit c507b68

Please sign in to comment.