Skip to content

Commit dd5fd39

Browse files
committed
test cases failed fix
1 parent d319362 commit dd5fd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/src/imagekitio-angular/imagekit.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Injectable } from "@angular/core";
33
const ImageKit = require("imagekit-javascript");
44
// When SDK is built and packed, the path of this file changes, hence static path cannot work
55
// const pjson = require("../../package.json");
6-
const SDK_VERSION = '1.0.0';
6+
const SDK_VERSION = '1.0.1';
77

88
export interface Lqip {
99
readonly active: boolean;

0 commit comments

Comments
 (0)