Skip to content

Commit 96a57f5

Browse files
committed
Minor
1 parent fd46c69 commit 96a57f5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ body:
4040
- label: iOS 12
4141
- label: iOS 13
4242
- label: iOS 14
43+
- label: iOS 15
4344
- label: Android 8
4445
- label: Android 9
4546
- label: Android 10

build/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace ShinyBuild
55
{
66
public static class Constants
77
{
8-
public const string MajorMinorVersion = "2.3.0";
8+
public const string MajorMinorVersion = "2.4.0";
99
public const string DefaultBuildConfiguration = "Release";
1010
}
1111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Title: v2.5.0
1+
Title: Next Release
22
Order: 1000000
33
---
44

0 commit comments

Comments
 (0)