Skip to content

Commit

Permalink
Updated version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denehyg committed Sep 8, 2018
1 parent 25726a1 commit 335abef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
{
"name": "reveal.js-menu",
"version": "1.1.3",
"version": "1.2.0",
"homepage": "https://denehyg.github.io/reveal.js-menu",
"authors": [
"Greg Denehy"
],
"authors": ["Greg Denehy"],
"description": "A slideout menu for navigating reveal.js presentations",
"keywords": [
"reveal",
"menu"
],
"keywords": ["reveal", "menu"],
"license": "MIT, Copyright (C) 2016 Greg Denehy",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
}
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-menu",
"version": "1.1.3",
"version": "1.2.0",
"description": "A slideout menu for navigating reveal.js presentations",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

1 comment on commit 335abef

@3opk23
Copy link

@3opk23 3opk23 commented on 335abef Apr 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Please sign in to comment.