Skip to content

Commit

Permalink
fix: get current
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 10, 2022
1 parent 62e0044 commit 78c025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdaterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin {
let bundle: BundleInfo = self.implementation.getCurrentBundle()
call.resolve([
"bundle": bundle.toJSON(),
"native": self.currentVersionNative
"native": self.currentVersionNative.description
])
}

Expand Down

0 comments on commit 78c025f

Please sign in to comment.