Skip to content

Commit

Permalink
Updated versions in bower,package.json to 0.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 25, 2015
1 parent 089ef36 commit f06c0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commonmark",
"version": "0.16.1",
"version": "0.17.0",

This comment has been minimized.

Copy link
@puzrin

puzrin Jan 26, 2015

Contributor

Remove it at all. That will simplify sync. Bower takes version from tags.

"main": "dist/commonmark.js",
"homepage": "https://github.com/jgm/commonmark.js",
"description": "CommonMark parsing and rendering library",
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": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.16.0",
"version": "0.17.0",
"homepage": "http://commonmark.org",
"keywords":
[ "markdown",
Expand Down

2 comments on commit f06c0a7

@jgm
Copy link
Member Author

@jgm jgm commented on f06c0a7 Jan 26, 2015

Choose a reason for hiding this comment

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

Oh, that's good to know. No need to redo the register step, right?

@puzrin
Copy link
Contributor

@puzrin puzrin commented on f06c0a7 Jan 26, 2015

Choose a reason for hiding this comment

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

Register just link name to your repo url and nothing else. It's not affiliated to version anyhow.

Just remove version string and be happy :)

Please sign in to comment.