Skip to content

Commit

Permalink
0.8.1 version bump to prepare for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Sep 6, 2015
1 parent eb3513c commit a213231
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "nightscout",
"version": "0.8.0",
"version": "0.8.1",
"dependencies": {
"angularjs": "1.3.0-beta.19",
"bootstrap": "~3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Nightscout",
"version": "0.8.0",
"version": "0.8.1",
"description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.",
"license": "AGPL-3.0",
"author": "Nightscout Team",
Expand Down
10 changes: 5 additions & 5 deletions static/index.html
Expand Up @@ -25,10 +25,10 @@
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#333333">

<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.8.0" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.0" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.8.1" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.1" />
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.0" />
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.1" />
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
</head>
<body>
Expand Down Expand Up @@ -261,8 +261,8 @@
<audio src="/audio/alarm2.mp3" preload="auto" loop="true" class="urgent alarm2 mp3" type="audio/mp3"></audio>
</div>

<script src="/api/v1/status.js"></script>
<script src="/public/js/bundle.js"></script>
<script src="/api/v1/status.js?v=0.8.1"></script>
<script src="/public/js/bundle.js?v=0.8.1"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/bower_components/jQuery-Storage-API/jquery.storageapi.min.js"></script>
<script src="/bower_components/tipsy-jmalonzo/src/javascripts/jquery.tipsy.js"></script>
Expand Down

0 comments on commit a213231

Please sign in to comment.