Skip to content

Commit 00cf021

Browse files
chore: bump version
1 parent 332d8ff commit 00cf021

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
33
# Create project
44
project(vpkedit
55
DESCRIPTION "A CLI/GUI tool to create, read, and write several pack file formats."
6-
VERSION "4.4.1"
6+
VERSION "4.4.2"
77
HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit")
88
set(CMAKE_CXX_STANDARD 20)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Please read [this file](https://github.com/craftablescience/VPKEdit/blob/main/IN
6565
- Source 1 DMX files (particles, SFM sessions, etc.)
6666
- Create pack files of any version from scratch or an existing folder
6767
- Add and remove files and folders from writable pack files
68+
- Directly edit text files within writable pack files
6869
- Extract files and folders from readable pack files
6970
- Switch version of existing VPKs
7071
- Native Linux compatibility

0 commit comments

Comments
 (0)