Skip to content

Commit 948af81

Browse files
committed
Bump version and update readme
1 parent df19e0a commit 948af81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plumber"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Lassi Säike"]
55
edition = "2021"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Supported file types are `.vmf`, `.mdl`, `.vmt` and `.vtf`. For a more complete
3434

3535
## Requirements
3636
- OS: Windows recommended. Linux and macOS supported.
37-
- Blender: 2.90 or newer (tested up to 4.1).
37+
- Blender: 2.90 or newer (tested up to 4.2).
3838

3939
## Quick start
4040
- Make sure you are using Blender 2.90 or newer.

plumber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
bl_info = {
55
"name": "Plumber",
66
"author": "Lassi Säike",
7-
"version": (1, 1, 0),
7+
"version": (1, 1, 1),
88
"blender": (2, 90, 0),
99
"location": "File > Import -> Plumber",
1010
"description": "Imports Source Engine assets.",

0 commit comments

Comments
 (0)