Skip to content

Commit

Permalink
Edited version number and install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlap committed Sep 16, 2013
1 parent 426e3b4 commit b997b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ScribeUI

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

To get the latest release, clone this repo and then checkout tags/v0.3
To get the latest release, clone this repo and then checkout tags/v0.4

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

* Checkout the latest release of ScribeUI

git checkout tags/v0.3
git checkout tags/v0.4

* Run the update script:

Expand Down
4 changes: 2 additions & 2 deletions application/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8">
<title>ScribeUI v0.3</title>
<title>ScribeUI v0.4</title>

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

<!-- Header-->
<div class="navbar">
<div id="title" class="title title-left">ScribeUI <span class="faded">v0.3</span></div>
<div id="title" class="title title-left">ScribeUI <span class="faded">v0.4</span></div>
<div id="info" class="title title-right"></div>
</div>

Expand Down

0 comments on commit b997b92

Please sign in to comment.