Skip to content

Commit 90ff514

Browse files
authored
Merge pull request #74 from abhinavr4/master
chore: bump version to 2.0.2
2 parents 377db04 + bea97d7 commit 90ff514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekitio-angular",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

sdk/tests/cypress/integration/IKUpload.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('ik-upload component', () => {
1616
cy.wait(4000);
1717

1818
//Verify uploaded file
19-
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/test');
19+
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/demo');
2020
});
2121
});
2222
});

0 commit comments

Comments
 (0)