Skip to content

Commit

Permalink
Bump v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Feb 24, 2019
1 parent f9515ed commit 95dac58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Many-to-Many</title>
<link rel="stylesheet" type="text/css" href="/styles/main.css?v=2.4.1">
<script src="/scripts/vendor.js?v=2.4.1"></script>
<script src="/scripts/main.min.js?v=2.4.1"></script>
<link rel="stylesheet" type="text/css" href="/styles/main.css?v=2.5.0">
<script src="/scripts/vendor.js?v=2.5.0"></script>
<script src="/scripts/main.min.js?v=2.5.0"></script>
</head>
<body>
<!-- Begin templates -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interactive-conversation-archive",
"version": "2.4.1",
"version": "2.5.0",
"description": "",
"scripts": {
"eslint": "./node_modules/.bin/eslint -c .eslintrc.json scripts/",
Expand Down

0 comments on commit 95dac58

Please sign in to comment.