Skip to content

Commit 0f49e85

Browse files
committed
0.3.1
1 parent 9875683 commit 0f49e85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-directive",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "markdown.js",
55
"dependencies": {
66
"angular": "^1.0.8",

markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* angular-markdown-directive v0.3.0
2+
* angular-markdown-directive v0.3.1
33
* (c) 2013-2014 Brian Ford http://briantford.com
44
* License: MIT
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-directive",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "simple AngularJS markdown directive with showdown",
55
"main": "markdown.js",
66
"scripts": {

0 commit comments

Comments
 (0)