Skip to content

Commit 8f07fdf

Browse files
committed
Bump 1.1.0
1 parent fedbfea commit 8f07fdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## sigma.js - changelog:
22

3-
#### 1.1.0 - release (May 10, 2015)
3+
#### 1.1.0 - release (Feb 17, 2016)
44

55
- Added the SVG renderer.
66
- Added the `minArrowSize` setting (thanks to [@ssidorchick](https://github.com/ssidorchick)).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/jacomyal/sigma.js.svg)](https://travis-ci.org/jacomyal/sigma.js)
22

3-
sigma.js - v1.0.3
3+
sigma.js - v1.1.0
44
=================
55

66
Sigma is a JavaScript library dedicated to graph drawing, mainly developed by [@jacomyal](https://github.com/jacomyal) and [@Yomguithereal](https://github.com/Yomguithereal).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sigma",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A JavaScript library dedicated to graph drawing.",
55
"homepage": "http://sigmajs.org",
66
"bugs": "http://github.com/jacomyal/sigma.js/issues",

src/sigma.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
/**
723723
* The current version of sigma:
724724
*/
725-
sigma.version = '1.0.3';
725+
sigma.version = '1.1.0';
726726

727727

728728

0 commit comments

Comments
 (0)