Skip to content

Commit b940909

Browse files
committed
Changed version numbers
1 parent 326c236 commit b940909

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ScribeUI
33

44
ScribeUI is an application to create mapfiles with many scale levels.
55

6-
To get the latest release, clone this repo and then checkout tags/v0.4
6+
To get the latest release, clone this repo and then checkout tags/v0.5
77

88
*If you are updating from a previous version, please follow the migration
99
instructions at the end of this document before checking out.*
@@ -100,7 +100,7 @@ please follow these instructions:
100100

101101
* Checkout the latest release of ScribeUI
102102

103-
git checkout tags/v0.4
103+
git checkout tags/v0.5
104104

105105
* Run the update script:
106106

application/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<meta charset="utf-8">
6-
<title>ScribeUI v0.4</title>
6+
<title>ScribeUI v0.5</title>
77

88
<link rel="stylesheet" href="{{ url_for('static', filename='css/reset.css') }}">
99
<link rel="stylesheet" href="{{ url_for('static', filename='css/jquery/css/scribeui/scribeui.css') }}">
@@ -47,7 +47,7 @@
4747

4848
<!-- Header-->
4949
<div class="navbar">
50-
<div id="title" class="title title-left">ScribeUI <span class="faded">v0.4</span></div>
50+
<div id="title" class="title title-left">ScribeUI <span class="faded">v0.5</span></div>
5151
<div id="info" class="title title-right"></div>
5252
</div>
5353

0 commit comments

Comments
 (0)