Skip to content

Commit

Permalink
fix: remove just dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 3, 2022
1 parent b864921 commit 0196f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CapacitorUpdater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'SSZipArchive'
s.dependency 'Just'
s.dependency 'Alamofire'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-updater",
"version": "1.4.1",
"version": "1.4.2",
"license": "AGPL-3.0-only",
"description": "Download app update from url",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 0196f5d

Please sign in to comment.