Skip to content

Commit

Permalink
Release 51.0.2 (#84)
Browse files Browse the repository at this point in the history
* Release 51.0.2

* Release 51.0.2
  • Loading branch information
igor-graca authored Sep 22, 2023
1 parent e216bd0 commit 10c2a5e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.anyline.examples.cordova" version="51.0.1" ios-CFBundleVersion="1"
<widget id="com.anyline.examples.cordova" version="51.0.2" ios-CFBundleVersion="1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyline-cordova-example",
"version": "51.0.1",
"version": "51.0.2",
"description": "Cordova plugin for implementing Anyline",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ interpret@^1.0.0:
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==

"io-anyline-cordova@file:../plugin":
version "51.0.1"
version "51.0.2"
resolved "file:../plugin"
dependencies:
xml-js "^1.6.11"
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-anyline-cordova",
"version": "51.0.1",
"version": "51.0.2",
"description": "The cordova plugin for the Anyline SDK",
"cordova": {
"id": "io-anyline-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" id="io-anyline-cordova" version="51.0.1">
xmlns:android="http://schemas.android.com/apk/res/android" id="io-anyline-cordova" version="51.0.2">

<name>AnylineSDK</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<string name="error_invalid_segment_config">Segment config not valid. Must have equal amount of titles and modes.</string>
<string name="error_accessing_camera">Error while accessing camera.</string>
<string name="error_licence_invalid">Error: Anyline license invalid.</string>
<string name="error_event_cache_empty">Event cache is empty.</string>
<string name="error_occured">An error occured.</string>
</resources>

0 comments on commit 10c2a5e

Please sign in to comment.