Skip to content

Commit

Permalink
Update to version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnab committed Sep 13, 2012
1 parent ec1d18c commit 1abc592
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.1
* Perform regular property expansion after inheriting templates.
* Exclude highlight.js styles depending on background images.

### 0.4.0
* Slide classes are DEPRECATED, use slide `class` property instead.
* Slide properties:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It takes only a few, simple steps to get up and running with remark:
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script src="https://github.com/downloads/gnab/remark/remark-0.4.0.min.js" type="text/javascript"></script>
<script src="https://github.com/downloads/gnab/remark/remark-0.4.1.min.js" type="text/javascript"></script>
<style type="text/css" media="screen">
/* Slideshow styles */
</style>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark"
, "version" : "0.4.0"
, "version" : "0.4.1"
, "dependencies": {
"marked": "0.2.3"
}
Expand Down

0 comments on commit 1abc592

Please sign in to comment.