Skip to content

Commit

Permalink
Add Cyril to authors, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jan 21, 2022
1 parent fd0da3a commit a942090
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wluma"
version = "4.0.0"
authors = ["Maxim Baz"]
version = "4.1.0"
authors = ["Maxim Baz", "Cyril Levis"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License

Copyright (c) 2020-2021, Maxim Baz
Copyright (c) 2020-2022, Maxim Baz & Cyril Levis

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := wluma
VERSION := 4.0.0
VERSION := 4.1.0

PREFIX ?= /usr
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
Expand Down

0 comments on commit a942090

Please sign in to comment.