Skip to content

Commit

Permalink
version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jan 10, 2021
1 parent bd1f6e4 commit 9865b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unicodeit",
"version": "0.7.1",
"version": "0.7.2",
"description": "Converts LaTeX tags to unicode.",
"main": "ts_dist/js/index.js",
"types": "ts_dist/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion unicodeit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .replace import replace

__author__ = 'Sven Kreiss <[email protected]>, Kyle Cranmer <[email protected]>'
__version__ = '0.7.1'
__version__ = '0.7.2'
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css?version=0.7.1" />
<link rel="stylesheet" href="style.css?version=0.7.2" />
</head>
<body>
<div class="container page">
Expand Down Expand Up @@ -88,7 +88,7 @@ <h3>Help</h3>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="typeahead.bundle.min.js"></script>
<script src="ui.js?version=0.7.1"></script>
<script src="ui.js?version=0.7.2"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit 9865b76

Please sign in to comment.