Skip to content

Commit 1f9c0d7

Browse files
author
AndrzejSala
committed
chore(Bump version):
1 parent 67e220e commit 1f9c0d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Angular module for filestack-js",
55
"scripts": {
66
"ng": "ng",

projects/example/src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class AppComponent implements OnInit {
2828
constructor(private filestackService: FilestackService) {}
2929

3030
ngOnInit() {
31-
this.apikey = 'A0NTRSxHcR66kmTku9Gcsz';
31+
this.apikey = '';
3232
this.clientOptions = {
3333
sessionCache: false
3434
};

projects/filestack-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filestack/angular",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"peerDependencies": {
55
"@angular/common": "^8.0.1",
66
"@angular/core": "^8.0.1",

0 commit comments

Comments
 (0)