Commit b997b92 1 parent 426e3b4 commit b997b92 Copy full SHA for b997b92
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.3
6
+ To get the latest release, clone this repo and then checkout tags/v0.4
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.3
103
+ git checkout tags/v0.4
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.3 </ title >
6
+ < title > ScribeUI v0.4 </ 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') }} ">
47
47
48
48
<!-- Header-->
49
49
< div class ="navbar ">
50
- < div id ="title " class ="title title-left "> ScribeUI < span class ="faded "> v0.3 </ span > </ div >
50
+ < div id ="title " class ="title title-left "> ScribeUI < span class ="faded "> v0.4 </ span > </ div >
51
51
< div id ="info " class ="title title-right "> </ div >
52
52
</ div >
53
53
You can’t perform that action at this time.
0 commit comments