diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-06 12:35:00 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-06 12:35:13 +0100 |
commit | 028c84481afff6fa4198663e692cfb6d83bb9dc2 (patch) | |
tree | 061ae3a336a9891d29dee2c4a07ad96f6dfa96b3 | |
parent | dbcb44c298aa276af144efc17347afc88c127ff9 (diff) | |
download | fosdem-2018-presentation-028c84481afff6fa4198663e692cfb6d83bb9dc2.tar fosdem-2018-presentation-028c84481afff6fa4198663e692cfb6d83bb9dc2.tar.gz |
revise contribution guidelines, graduate 3.0 from dev
-rw-r--r-- | CONTRIBUTING.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd37e5a..4215436 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Please keep the [issue tracker](http://github.com/hakimel/reveal.js/issues) limi ### Personal Support -If you have personal support or setup questions the best place to ask those are [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js). +If you have personal support or setup questions the best place to ask those are [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js). ### Bug Reports @@ -17,4 +17,3 @@ When reporting a bug make sure to include information about which browser and op - Single-quoted strings - Should be made towards the **dev branch** - Should be submitted from a feature/topic branch (not your master) -- Should not include the minified **reveal.min.js** or **reveal.min.css** files diff --git a/package.json b/package.json index 61768f0..10489bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.0.0-dev", + "version": "3.0.0", "description": "The HTML Presentation Framework", "homepage": "http://lab.hakim.se/reveal-js", "subdomain": "revealjs", |