Skip to content

Commit

Permalink
release: Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IoeCmcomc committed Feb 24, 2023
1 parent 4fa4b97 commit 7c9a073
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build standalone folder (Windows)
if: matrix.os == 'windows-latest'
run: |
poetry run nuitka --standalone --enable-plugin=tk-inter --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.1.0.0 --windows-product-version=1.1.0.0 --windows-file-description=NBSTool --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py
poetry run nuitka --standalone --enable-plugin=tk-inter --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.2.0.0 --windows-product-version=1.2.0.0 --windows-file-description=NBSTool --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py
- name: Build standalone folder (Linux)
if: matrix.os == 'ubuntu-20.04'
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from nbs2midi import nbs2midi
from nbsio import NBS_VERSION, VANILLA_INSTS, Instrument, Layer, NbsSong, Note

__version__ = '1.1.0'
__version__ = '1.2.0'

NBS_JSON_SCHEMA = {
"type":"object",
Expand Down
2 changes: 1 addition & 1 deletion nuitka.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry run nuitka --standalone --enable-plugin=tk-inter --enable-plugin=numpy --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.1.0.0 --windows-product-version=1.1.0.0 --windows-file-description=NBSTool --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py
poetry run nuitka --standalone --enable-plugin=tk-inter --enable-plugin=numpy --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.2.0.0 --windows-product-version=1.2.0.0 --windows-file-description=NBSTool --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbstool"
version = "1.1.0"
version = "1.2.0"
description = "A tool to work with .nbs (Note Block Studio) files."
authors = ["IoeCmcomc"]

Expand Down
2 changes: 1 addition & 1 deletion ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<object class="ttk.Label" id="label2">
<property name="justify">center</property>
<property name="text" translatable="yes">A tool to work with Open Note Block Studio files.
Version: 1.1.0
Version: 1.2.0
Author: IoeCmcomc</property>
<layout manager="pack">
<property name="pady">10</property>
Expand Down

0 comments on commit 7c9a073

Please sign in to comment.