Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit ea503d3

Browse files
Bump version to 1.3.0 (#193)
Co-authored-by: microdataxyz <microdataxyz@users.noreply.github.com>
1 parent bfbb926 commit ea503d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<option {{ 'selected' if env['version'] == '1.0.0' else '' }} value="1.0.0">1.0.0</option>
22
<option {{ 'selected' if env['version'] == '1.1.0' else '' }} value="1.1.0">1.1.0</option>
33
<option {{ 'selected' if env['version'] == '1.2.0' else '' }} value="1.2.0">1.2.0</option>
4+
<option {{ 'selected' if env['version'] == '1.3.0' else '' }} value="1.3.0">1.3.0</option>

0 commit comments

Comments
 (0)