Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push",
"version": "4.1.0",
"version": "4.1.1",
"description": "Management SDK for the CodePush service",
"main": "script/index.js",
"types": "script/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="4.0.5">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="4.1.1">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down