added -dev suffix to version closes #131

This commit is contained in:
Jason Calabrese
2014-09-06 10:08:57 -07:00
parent 7b1080f374
commit 5581bd0839
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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>