Skip to content

Commit 5c561dd

Browse files
committed
Changed version from 1.0.2-rc.5 to 1.0.2 in package.json
1 parent 747220f commit 5c561dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import { AppComponent } from './app.component';
1919
// Import angular2-fusioncharts
2020
import { FusionChartsModule } from 'angular2-fusioncharts';
2121

22-
// Import FusionCharts library
22+
// Import FusionCharts library and chart modules
2323
import * as FusionCharts from 'fusioncharts';
2424
import * as Charts from 'fusioncharts/fusioncharts.charts';
2525
import * as FintTheme from 'fusioncharts/themes/fusioncharts.theme.fint';
2626

27-
// Pass the fusioncharts library
27+
// Pass the fusioncharts library and chart modules
2828
FusionChartsModule.fcRoot(FusionCharts, Charts, FintTheme);
2929

3030
@NgModule({

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.2-rc.5",
3+
"version": "1.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular2-fusioncharts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.2-rc.5",
3+
"version": "1.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)