Skip to content

Commit

Permalink
version bump to test 0.8.3-report-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Dec 4, 2015
1 parent 88db641 commit d68736c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "nightscout",
"version": "0.8.2",
"version": "0.8.3-report-fixes",
"dependencies": {
"jquery": "2.1.0",
"jQuery-Storage-API": "~1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Nightscout",
"version": "0.8.2",
"version": "0.8.3-report-fixes",
"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.2" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.2" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.8.3-report-fixes" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.3-report-fixes" />
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.2" />
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.3-report-fixes" />
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
<link rel="stylesheet" type="text/css" href="/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css">
</head>
Expand Down Expand Up @@ -284,8 +284,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?v=0.8.2"></script>
<script src="/public/js/bundle.js?v=0.8.2"></script>
<script src="/api/v1/status.js?v=0.8.3-report-fixes"></script>
<script src="/public/js/bundle.js?v=0.8.3-report-fixes"></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
8 changes: 4 additions & 4 deletions static/report/index.html
Expand Up @@ -23,7 +23,7 @@
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#333333">

<link rel="stylesheet" type="text/css" href="/css/report.css" />
<link rel="stylesheet" type="text/css" href="/css/report.css?v=0.8.3-report-fixes" />
<link rel="stylesheet" type="text/css" href="/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css">
</head>
<body>
Expand Down Expand Up @@ -116,8 +116,8 @@ <h1><img src="/images/logo1.png"><span class="translate">Nightscout reporting</s
<hr>
<b><span class="translate">Authentication status</span>: </b><span id="authentication_placeholder"></span>

<script src="/api/v1/status.js"></script>
<script src="/public/js/bundle.js"></script>
<script src="/api/v1/status.js?v=0.8.3-report-fixes"></script>
<script src="/public/js/bundle.js?v=0.8.3-report-fixes"></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 All @@ -126,7 +126,7 @@ <h1><img src="/images/logo1.png"><span class="translate">Nightscout reporting</s
<script src="/bower_components/jquery-flot/jquery.flot.time.js"></script>
<script src="/bower_components/jquery-flot/jquery.flot.fillbetween.js"></script>
<script src="/bower_components/jquery-ui/jquery-ui.min.js"></script>
<script src="/report/js/report.js"></script>
<script src="/report/js/report.js?v=0.8.3-report-fixes"></script>
<script src="/report/js/flotcandle.js"></script>
</body>
</html>

0 comments on commit d68736c

Please sign in to comment.