Skip to content

Commit

Permalink
Merge pull request #3 from actlaboratory/fix_buildvars
Browse files Browse the repository at this point in the history
build設定の調整
  • Loading branch information
hrk-fujii authored Feb 23, 2024
2 parents 969a3d3 + 8defa6d commit 2950b8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _(arg):

ADDON_NAME = "UpSideBraille-Down"
ADDON_KEYWORD = "USB-D"
ADDON_VERSION = "0.1.0"
ADDON_VERSION = "1.0.1"
ADDON_RELEASE_DATE = "2024-02-23"

# Add-on information variables
Expand Down Expand Up @@ -46,11 +46,11 @@ def _(arg):
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
"addon_updateChannel": None,
"addon_updateChannel": "stable",
# Add-on license such as GPL 2
"addon_license": None,
"addon_license": "GPL 2",
# URL for the license document the ad-on is licensed under
"addon_licenseURL": None,
"addon_licenseURL": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
}

# Define the python files that are the sources of your add-on.
Expand Down

0 comments on commit 2950b8f

Please sign in to comment.