Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Nov 18, 2024
1 parent 6f588ff commit 4ed624d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.3.2 - 2024-11-18

* Add recipe to create create:white_sail from create:sail_frame
* Include a docker compose to start the server more easily
* Add performance enhancing mods
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# Set modpack type, Minecraft version and server zip
TYPE: CURSEFORGE
VERSION: 1.16.5
CF_SERVER_MOD: /modpacks/Above-and-Beyond-1.3.1-server.zip
CF_SERVER_MOD: /modpacks/Above-and-Beyond-1.3.2-server.zip
USE_MODPACK_START_SCRIPT: false # there's no start script for this modpack

# Configure Server
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"overrides": "overrides",
"manifestVersion": 1,
"version": "1.3.1",
"version": "1.3.2",
"author": "simibubi",
"name": "Above and Beyond",
"files": [
Expand Down

0 comments on commit 4ed624d

Please sign in to comment.