Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
Display version
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquez committed Mar 31, 2014
1 parent 064b21f commit 1683e30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@ <h2 id="balance" class="text-center"><span data-btc="0">loading...</span></h2>
<!-- </div> -->

<footer class="text-center">
<p>
Coin Pocket <span class="coin-pocket-version"></span> &middot;
<a href="http://github.com/enriquez/coinpocketapp.com">Source</a> &middot;
<a href="http://github.com/enriquez/coinpocketapp.com/blob/master/LICENSE.txt">MIT License</a>
</p>
<p>&copy; 2014 <a href="http://enriquez.me">Enriquez Software LLC.</a></p>
</footer>

Expand Down
3 changes: 3 additions & 0 deletions app/js/coinpocketapp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
var CoinPocketApp = (function($, self) {
self.VERSION = 'v0.1.0';
$('.coin-pocket-version').text(self.VERSION);

self.Models = {};
self.Views = {};
self.Controllers = {};
Expand Down

0 comments on commit 1683e30

Please sign in to comment.