Skip to content

Commit a9374f0

Browse files
Freed-Wugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 9f7d7e5 commit a9374f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmake-build-system",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A cross-platform build utility based on Lua",
55
"repository": "https://github.com/xmake-io/xmake-wheel",
66
"homepage": "https://xmake.io/",

packages/x/xmake/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ do
66
set_description("xmake - A cross-platform build utility based on Lua")
77

88
set_urls("https://github.com/xmake-io/xmake/releases/download/$(version)/xmake-$(version).tar.gz")
9-
add_versions("v3.0.0", "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5")
9+
add_versions("v3.0.1", "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5")
1010

1111
on_install(function(package)
1212
import("package.tools.xmake").install(package, { "-P", "core", "--pdcurses=n" })

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "xmake_python"
55
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
66
[project]
77
name = "xmake-wheel"
8-
version = "3.0.0"
8+
version = "3.0.1"
99
description = "A cross-platform build utility based on Lua"
1010
readme = "docs/python/README.md"
1111
keywords = ["xmake"]

0 commit comments

Comments
 (0)