Skip to content

Commit

Permalink
Bump to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed Jun 17, 2015
1 parent 379f366 commit 088c81e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxel",
"version": "1.0.0",
"version": "1.0.1",
"description": "A minimal theme.",
"url": "https://github.com/rishabhsrao/voxel",
"license": "./license.md",
Expand Down
3 changes: 1 addition & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Code</h3>

<p>Cum sociis natoque penatibus et magnis dis <code>code element</code> montes, nascetur ridiculus mus.</p>

<div class="code-snippet syntax" data-js="highlight">
<div class="voxel-code-snippet syntax">
<pre>
<span class="c1">// Sample JavaScript. Courtesy https://highlightjs.org</span>
<span class="kr">import</span> <span class="p">{</span><span class="nx">x</span><span class="p">,</span> <span class="nx">y</span><span class="p">}</span> <span class="nx">as</span> <span class="nx">p</span> <span class="nx">from</span> <span class="s1">'point'</span><span class="p">;</span>
Expand Down Expand Up @@ -140,7 +140,6 @@ <h3>Code</h3>

<span class="kr">export</span> <span class="nx">$initHighlight</span><span class="p">;</span>
</pre>
</code>
</div>

<p>Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 088c81e

Please sign in to comment.