Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Jun 10, 2023
1 parent 3668c3e commit 69d1dff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modules/meme_resourcepack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"header": {
"description": "§bAn add-on that include meme translation in Chinese.\n需要基岩版1.13.0+",
"name": "§e梗体中文附加包-§l基岩版",
"uuid": "dac97c8e-a024-42fe-afc7-ea1e55b80164",
"version": [1, 8, 0],
"uuid": "409f7aec-38b9-428e-a4ea-a11dabe8d9b7",
"version": [1, 9, 0],
"min_engine_version": [1, 13, 0]
},
"modules": [
{
"description": "An add-on that include meme translation in Chinese. ",
"type": "resources",
"uuid": "310f9eec-7e19-43c1-a9eb-1d6af7acebf0",
"version": [1, 8, 0]
"uuid": "624ab209-a03d-42dc-bf40-9cb44153c1b9",
"version": [1, 9, 0]
}
],
"capabilities": ["experimental_custom_ui", "chemistry"],
Expand Down
2 changes: 1 addition & 1 deletion preset_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ModuleParser, BedrockPackBuilder } = require('memepack-builder')
const { writeFileSync, existsSync, mkdirSync } = require('fs')
const { resolve } = require('path')
const glob = require('glob')
const PACK_VERSION = '1.6.1'
const PACK_VERSION = '1.9.0'

const preset_args = [
{
Expand Down

0 comments on commit 69d1dff

Please sign in to comment.