Skip to content

Commit

Permalink
update guppy version from 0.0.2 to 1.0.0 (oppia#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunabh98 authored and seanlip committed Nov 24, 2016
1 parent 2adc271 commit d1b6cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions extensions/dependencies/guppy.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<link rel="stylesheet" href="/third_party/static/guppy-0.0.2/lib/katex/katex-modified.min.css">
<script src="/third_party/static/guppy-0.0.2/lib/katex/katex-modified.min.js"></script>
<script src="/third_party/static/guppy-0.0.2/guppy/guppy.js"></script>
<link rel="stylesheet" href="/third_party/static/guppy-1.0.0/lib/katex/katex-modified.min.css">
<script src="/third_party/static/guppy-1.0.0/lib/katex/katex-modified.min.js"></script>
<script src="/third_party/static/guppy-1.0.0/lib/mousetrap/mousetrap.min.js"></script>
<script src="/third_party/static/guppy-1.0.0/src/guppy.js"></script>

<script>
Guppy.guppy_init(
'/third_party/static/guppy-0.0.2/guppy/transform.xsl',
'/third_party/static/guppy-0.0.2/guppy/symbols.json');
'/third_party/static/guppy-1.0.0/src/transform.xsl',
'/third_party/static/guppy-1.0.0/src/symbols.json');
</script>
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@
}
},
"guppy": {
"version": "0.0.2",
"version": "1.0.0",
"downloadFormat": "zip",
"url": "https://github.com/daniel3735928559/guppy/archive/v0.0.2.zip",
"url": "https://github.com/daniel3735928559/guppy/archive/v1.0.0.zip",
"rootDirPrefix": "guppy-",
"targetDirPrefix": "guppy-"
},
Expand Down

0 comments on commit d1b6cce

Please sign in to comment.