Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 1, 2019
1 parent eb5d793 commit 3da09f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "3.7.0",
"version": "3.8.0",
"main": [
"js/reveal.js",
"css/reveal.css"
Expand All @@ -11,9 +11,6 @@
"authors": [
"Hakim El Hattab <hakim.elhattab@gmail.com>"
],
"dependencies": {
"headjs": "~1.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/reveal.js.git"
Expand Down
2 changes: 1 addition & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ body {
vertical-align: top; }

.reveal .hljs[data-line-numbers]:not([data-line-numbers=""]) tr:not(.highlight-line) {
opacity: 0.25; }
opacity: 0.4; }

/*********************************************
* ROLLING LINKS
Expand Down
2 changes: 1 addition & 1 deletion js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
var Reveal;

// The reveal.js version
var VERSION = '3.7.0';
var VERSION = '3.8.0';

var SLIDES_SELECTOR = '.slides section',
HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "3.7.0",
"version": "3.8.0",
"description": "The HTML Presentation Framework",
"homepage": "http://revealjs.com",
"subdomain": "revealjs",
Expand Down

0 comments on commit 3da09f1

Please sign in to comment.