Skip to content

Commit 0615628

Browse files
committed
chore: update to v1.2.1
1 parent 9894c39 commit 0615628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Packwiz/1.21.5/pack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Developer's Toolkit"
22
author = "JosTheDude"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
pack-format = "packwiz:1.1.0"
55

66
[index]

Scripts/exports.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Description: Exports each directory using packwiz and saves the exports to ./exports/
33

44
$exportsDir = Join-Path (Get-Location) "exports"
5-
$version = "1.2.0"
5+
$version = "1.2.1"
66

77
# Create the exports directory if it doesn't exist
88
if (-not (Test-Path -Path $exportsDir)) {

Scripts/exports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Usage: Run this script inside the Packwiz folder to export all versions in the folder
66

77
EXPORTS_DIR="$(pwd)/exports"
8-
VERSION="1.2.0"
8+
VERSION="1.2.1"
99

1010
# In case directory does not exist
1111
mkdir -p "$EXPORTS_DIR" || { echo "Failed to create $EXPORTS_DIR"; exit 1; }

0 commit comments

Comments
 (0)