Skip to content

Commit 059fda0

Browse files
0.8.0 Funnel Cake
1 parent 90f44b6 commit 059fda0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightscout",
3-
"version": "0.8.0-beta3",
3+
"version": "0.8.0",
44
"dependencies": {
55
"angularjs": "1.3.0-beta.19",
66
"bootstrap": "~3.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Nightscout",
3-
"version": "0.8.0-beta3",
3+
"version": "0.8.0",
44
"description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.",
55
"license": "AGPL3",
66
"author": "Nightscout Team",

static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<meta name="msapplication-config" content="/browserconfig.xml">
2626
<meta name="theme-color" content="#333333">
2727

28-
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.8.0-dev" />
29-
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.0-dev" />
28+
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.8.0" />
29+
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.8.0" />
3030
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
31-
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.0-dev" />
31+
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.8.0" />
3232
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
3333
</head>
3434
<body>

0 commit comments

Comments
 (0)