Skip to content

Commit 7d5945a

Browse files
committed
remove support for 1.3.0 - 1.3.2
1 parent e469d03 commit 7d5945a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/pre133-generator-android.yml renamed to .github/old-workflows/pre133-generator-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ env:
8989

9090
jobs:
9191
generate-bridge-linux:
92-
uses: ./.github/workflows/bridge.yml
92+
uses: ./.github/workflows/pre137-bridge.yml
9393
with:
9494
version: ${{ fromJson(inputs.extras).version }}
9595

.github/workflows/pre133-generator-linux.yml renamed to .github/old-workflows/pre133-generator-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ env:
8888

8989
jobs:
9090
generate-bridge-linux:
91-
uses: ./.github/workflows/bridge.yml
91+
uses: ./.github/workflows/pre137-bridge.yml
9292
with:
9393
version: ${{ fromJson(inputs.extras).version }}
9494

File renamed without changes.

rdgenerator/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class GenerateForm(forms.Form):
44
#Platform
55
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android'),('macos','macOS')], initial='windows')
6-
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3'),('1.3.2','1.3.2'),('1.3.1','1.3.1'),('1.3.0','1.3.0')], initial='1.3.7')
6+
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.7')
77
delayFix = forms.BooleanField(initial=True, required=False)
88

99
#General

0 commit comments

Comments
 (0)