diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 145abae..3e4933d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ jobs: release: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [macos-latest, windows-latest] runs-on: '${{ matrix.os }}' steps: - name: Checkout diff --git a/package.json b/package.json index 0cafd92..41ef59c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "renpyWarp", "displayName": "Ren'Py Launch and Sync", "description": "Keep Ren'Py in sync with your code", - "version": "1.1.0", + "version": "1.1.1", "publisher": "PaisleySoftworks", "icon": "images/eileen.png", "engines": {