Commit 631d7c0 1 parent 0fc9918 commit 631d7c0 Copy full SHA for 631d7c0
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
ScribeUI is an application to create mapfiles with many scale levels.
5
5
6
- To get the latest release, clone this repo and then checkout tags/v0.2.1
6
+ To get the latest release, clone this repo and then checkout tags/v0.3
7
7
8
8
* If you are updating from a previous version, please follow the migration
9
9
instructions at the end of this document before checking out.*
@@ -100,7 +100,7 @@ please follow these instructions:
100
100
101
101
* Checkout the latest release of ScribeUI
102
102
103
- git checkout tags/v0.2.1
103
+ git checkout tags/v0.3
104
104
105
105
* Run the update script:
106
106
Original file line number Diff line number Diff line change 3
3
< head >
4
4
5
5
< meta charset ="utf-8 ">
6
- < title > ScribeUI v0.2.1 </ title >
6
+ < title > ScribeUI v0.3 </ title >
7
7
8
8
< link rel ="stylesheet " href ="{{ url_for('static', filename='css/reset.css') }} ">
9
9
< link rel ="stylesheet " href ="{{ url_for('static', filename='css/jquery/css/scribeui/scribeui.css') }} ">
42
42
43
43
<!-- Header-->
44
44
< div class ="navbar ">
45
- < div id ="title " class ="title title-left "> ScribeUI < span class ="faded "> v0.2.1 </ span > </ div >
45
+ < div id ="title " class ="title title-left "> ScribeUI < span class ="faded "> v0.3 </ span > </ div >
46
46
< div id ="info " class ="title title-right "> </ div >
47
47
</ div >
48
48
You can’t perform that action at this time.
0 commit comments