From 35e4cd7c18738d8dae1ab5394772126a43523e6b Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sun, 7 Jun 2015 21:09:09 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1168dec46..b0e47eab7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ mermaid [![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid) [![Code Climate](https://codeclimate.com/github/knsv/mermaid/badges/gpa.svg)](https://codeclimate.com/github/knsv/mermaid) ======= ->Development work currently ongoing in branch dev-0.5.0. Please submit any pull requests based on that branch if possible. Thanks. + Generation of diagrams and flowcharts from text in a similar manner as markdown. Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code? From 4fbebcfab4450aee583694d8de3aa8367cc6c3a3 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 10 Jun 2015 18:51:14 -0400 Subject: [PATCH 2/2] Remove moot `version` property from bower.json Per bower/bower.json-spec@a325da3 --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 9ff66838a..85601b60a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "mermaid", - "version": "0.5.0", "authors": [ "knsv " ],