mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
added -dev suffix to version closes #131
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightscout",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.0-dev",
|
||||
"dependencies": {
|
||||
"angularjs": "1.3.0-beta.19",
|
||||
"bootstrap": "~3.2.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Nightscout",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.0-dev",
|
||||
"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": "MIT",
|
||||
"author": "Nightscout Team",
|
||||
|
||||
+4
-4
@@ -6,9 +6,9 @@
|
||||
<link rel="apple-touch-icon" href="/images/logomobile.png">
|
||||
<title>NightScout</title>
|
||||
<link href="/images/round1.png" rel="icon" id="favicon" type="image/png" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.0-dev" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.0-dev" />
|
||||
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -178,8 +178,8 @@
|
||||
<script src="/bower_components/jquery/dist/jquery.min.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>
|
||||
<script src="/js/ui-utils.js?v=0.4.0"></script>
|
||||
<script src="/js/client.js?v=0.4.0"></script>
|
||||
<script src="/js/ui-utils.js?v=0.4.0-dev"></script>
|
||||
<script src="/js/client.js?v=0.4.0-dev"></script>
|
||||
<script src="/js/experiments.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user