Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed May 9, 2021
1 parent d90fb42 commit 3dc3bb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
add: skytemple
message: SkyTemple Release ${{ env.GITHUB_REF }}
push: true
branch: master
branch: main
2 changes: 1 addition & 1 deletion requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ndspy==3.0.0
skytemple-files==1.2.1
skytemple-files==1.2.2
skytemple-dtef==1.1.2
skytemple-icons==1.2.0
pycairo==1.18.2; sys_platform != "win32"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ndspy==3.0.0
skytemple-files==1.2.1
skytemple-files==1.2.2
skytemple-dtef==1.1.2
skytemple-icons==1.2.0
pygobject==3.36.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

import glob
import os
Expand Down Expand Up @@ -64,7 +64,7 @@ def recursive_pkg_files_in(xpath):
url='https://github.com/SkyTemple/skytemple/',
install_requires=[
'ndspy >= 3.0.0',
'skytemple-files >= 1.2.1',
'skytemple-files >= 1.2.2',
'skytemple-dtef >= 1.1.2',
'skytemple-icons >= 1.2.0',
'pygobject >= 3.26.0',
Expand Down

0 comments on commit 3dc3bb8

Please sign in to comment.