Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Mar 16, 2018
1 parent e1a6ece commit 9a036df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phoenix/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-news",
"version": "0.0.1",
"version": "0.0.2",
"description": "The frontend code for The Phoenix News website.",
"author": "Peter Siemens <[email protected]>",
"homepage": "https://www.thephoenixnews.com",
Expand Down
2 changes: 1 addition & 1 deletion phoenix/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="{% static 'main-0.0.1.css' %}" type="text/css"/>
<link rel="stylesheet" href="{% static 'main-0.0.2.css' %}" type="text/css"/>
</head>
<body>
<div class="c-wrapper">
Expand Down

0 comments on commit 9a036df

Please sign in to comment.