diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 347f84c..2d0fdf1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,8 +33,8 @@ If applicable, add screenshots to help explain your problem. **Details (please complete the following information):** - OS: [e.g. Windows] - - Blender Version: [e.g. 2.91] - - Addon Version: [e.g. 0.6.0] + - Blender Version: [e.g. 4.3] + - Addon Version: [e.g. 1.1.2] - Did you download a release or build the addon yourself: [e.g. downloaded a release] - Related Game: [e.g. CS:GO] diff --git a/Cargo.lock b/Cargo.lock index 4eef67e..c1aa443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "plumber" -version = "1.1.2-rc1" +version = "1.1.2" dependencies = [ "crossbeam-channel", "float-ord", diff --git a/Cargo.toml b/Cargo.toml index 05080d0..0fd7cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plumber" -version = "1.1.2-rc1" +version = "1.1.2" authors = ["Lassi Säike"] edition = "2021" diff --git a/README.md b/README.md index c123b95..aac2e7a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Supported file types are `.vmf`, `.mdl`, `.vmt` and `.vtf`. For a more complete ## Installation You can also follow a video tutorial, such as [this one](https://www.youtube.com/watch?v=jOJJzqOudw8) by ItsJustChris. -This tutorial is recorded using a beta version, but also applies to the current version. +If you are using Blender 4.2 or above, you need to follow the text instructions below for installation. +This tutorial is recorded using a beta version, but also applies to the latest version apart from the addon installation. ### Blender 4.2 and above - Make sure you are using Blender 4.2 or newer. diff --git a/plumber/blender_manifest.toml b/plumber/blender_manifest.toml index 01e362b..05ff32a 100644 --- a/plumber/blender_manifest.toml +++ b/plumber/blender_manifest.toml @@ -1,7 +1,7 @@ schema_version = "1.0.0" id = "plumber" -version = "1.1.2-rc1" +version = "1.1.2" name = "Plumber" tagline = "Imports Source 1 engine maps, models, materials and textures" maintainer = "Lassi Säike "