Skip to content

Commit

Permalink
chore(release): raise to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Oct 23, 2023
1 parent 1cb2aa4 commit 0e9bc0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## [Version 1.1.1]

### 03-10-2023
- Fix: [iOS] Fixes path, removing duplicate string (https://outsystemsrd.atlassian.net/browse/RMET-2855).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.payments",
"version": "1.1.0",
"version": "1.1.1",
"description": "OutSystems-owned plugin for mobile payments",
"keywords": [
"ecosystem:cordova",
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" standalone="yes"?>
<plugin id="com.outsystems.payments" version="1.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.payments" version="1.1.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>OSPayments</name>
<description>OutSystems-owned plugin for mobile payments</description>
<author>OutSystems Inc</author>
Expand Down

0 comments on commit 0e9bc0b

Please sign in to comment.