Skip to content

Commit

Permalink
Preparing to release 2.0.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdela committed Mar 10, 2019
1 parent a2d17b9 commit a0b447d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1</version>

<name>SoCoMo</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion socomo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>socomo-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions socomo-core/socomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/cytoscape.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/klay.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/cytoscape-klay.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected].0/dist/bundle.min.js'></script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected].0/dist/bundle.min.css' rel='stylesheet'>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected].1/dist/bundle.min.js'></script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected].1/dist/bundle.min.css' rel='stylesheet'>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion socomo-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>socomo-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions socomo-maven/socomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/cytoscape.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/klay.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/cytoscape-klay.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected].0/dist/bundle.min.js'></script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected].0/dist/bundle.min.css' rel='stylesheet'>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected].1/dist/bundle.min.js'></script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected].1/dist/bundle.min.css' rel='stylesheet'>
</head>
<body>
<script>
Expand Down

0 comments on commit a0b447d

Please sign in to comment.