We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93c636 commit ce3010bCopy full SHA for ce3010b
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cdv-socket-plugin",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "cdv-socket-plugin",
5
"cordova": {
6
"id": "com.tlantic.cdv-socket-plugin",
plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns:android="http://schemas.android.com/apk/res/android"
- id="com.tlantic.plugins.socket" version="0.6.0"
+ id="com.tlantic.plugins.socket" version="0.6.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>Socket</name>
<description>Tlantic TCP socket plugin</description>
0 commit comments