Skip to content

Commit

Permalink
test cases failed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manu4543 committed Jun 18, 2020
1 parent d319362 commit dd5fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/src/imagekitio-angular/imagekit.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Injectable } from "@angular/core";
const ImageKit = require("imagekit-javascript");
// When SDK is built and packed, the path of this file changes, hence static path cannot work
// const pjson = require("../../package.json");
const SDK_VERSION = '1.0.0';
const SDK_VERSION = '1.0.1';

export interface Lqip {
readonly active: boolean;
Expand Down

0 comments on commit dd5fd39

Please sign in to comment.