Skip to content

Commit 78af5fd

Browse files
committed
bump version (Ver.1.0.1.1)
1 parent 2c645ed commit 78af5fd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mv *.zip ..
5454
- name: Upload artifact
5555
uses: actions/upload-artifact@v4
56-
if: ${{ matrix.config.platform != 'win-arm64' && !contains(matrix.config.platform, 'musl') }}
56+
if: ${{ !contains(matrix.config.platform, 'musl') }}
5757
with:
5858
name: LoopMusicPlayer-${{ matrix.config.platform }}
5959
path: ${{ github.workspace }}/*.zip

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Nullable>enable</Nullable>
44
<AvaloniaVersion>11.1.4</AvaloniaVersion>
55

6-
<Version>1.0.1.0</Version>
6+
<Version>1.0.1.1</Version>
77
<Authors>Mr-Ojii</Authors>
88
<RepositoryUrl>https://github.com/Mr-Ojii/LoopMusicPlayer</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Editor
8080
* Visual Studio Code
8181

8282
## 対応環境
83-
* Windows 10+ (x86, x64)
83+
* Windows 10+ (x86, x64, arm64)
8484
* macOS 12+ (x64, arm64)
8585
* Linux (arm32, arm64, x64) (X11, glibc)
8686
* Android 8.0+ (armeabi-v7a, arm64-v8a)
@@ -109,6 +109,7 @@ PullRequest・Issue大歓迎です!
109109
|Ver.1.0.0.3|2024-08-19|設定ファイルが不正な状態である場合、起動できなくなる問題の修正 |
110110
|Ver.1.0.0.4|2024-09-09|ファイルサイズの削減 |
111111
|Ver.1.0.1.0|2024-11-04|オンメモリ再生の復活(内部処理はVer.0.xのものと異なる) |
112+
|Ver.1.0.1.1|2024-11-07|Arm64なWindowsに対応・AboutにBASSのプラグイン情報も表記するように変更 |
112113

113114
<details><summary>旧版(GTK3版)</summary>
114115

0 commit comments

Comments
 (0)