Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lasa01 committed Oct 23, 2024
1 parent df19e0a commit 948af81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plumber"
version = "1.1.0"
version = "1.1.1"
authors = ["Lassi Säike"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Supported file types are `.vmf`, `.mdl`, `.vmt` and `.vtf`. For a more complete

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

## Quick start
- Make sure you are using Blender 2.90 or newer.
Expand Down
2 changes: 1 addition & 1 deletion plumber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bl_info = {
"name": "Plumber",
"author": "Lassi Säike",
"version": (1, 1, 0),
"version": (1, 1, 1),
"blender": (2, 90, 0),
"location": "File > Import -> Plumber",
"description": "Imports Source Engine assets.",
Expand Down

0 comments on commit 948af81

Please sign in to comment.