We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8cebd commit da71a7eCopy full SHA for da71a7e
sdk/lib/src/imagekitio-angular/imagekit.service.ts
@@ -3,7 +3,7 @@ import { Injectable } from "@angular/core";
3
const ImageKit = require("imagekit-javascript");
4
// When SDK is built and packed, the path of this file changes, hence static path cannot work
5
// const pjson = require("../../package.json");
6
-const SDK_VERSION = '1.0.1';
+const SDK_VERSION = '1.0.2';
7
8
export interface Lqip {
9
readonly active: boolean;
0 commit comments