Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Oct 8, 2024
1 parent 20a2468 commit ac0dc40
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"status": "Active",
"releases": [
{
"tagName": "v1.0.0",
"tagName": "v1.0.1",
"products": [
"MI 4.3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Connector Version | Supported WSO2 MI Version |
|-------------------|---------------------------|
| 1.0.0 | MI 4.3.0 |
| 1.0.1 | MI 4.3.0 |


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion gen_resources/config_fb.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"project": {
"groupId": "org.wso2.carbon.esb.connector",
"artifactId": "facebook.ads",
"version": "1.0.0-SNAPSHOT"
"version": "1.0.1-SNAPSHOT"
},
"iconFolderPath": "",
"mappers": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.wso2.carbon.esb.connector</groupId>
<artifactId>facebook.ads</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>WSO2 Carbon - Facebook Ads Connector</name>
<url>http://wso2.org</url>
Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/functions/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@
<file>createCustomAudience.xml</file>
<description>Creates a custom audience.</description>
</component>
<component name="deleteAdCreative">
<file>deleteAdCreative.xml</file>
<description>Deletes an ad creative.</description>
</component>
<component name="deleteCustomAudience">
<file>deleteCustomAudience.xml</file>
<description>Delete a custom audience.</description>
</component>
<component name="updateCustomAudience">
<file>updateCustomAudience.xml</file>
<description>Updates a custom audience.</description>
Expand Down
47 changes: 0 additions & 47 deletions src/main/resources/functions/deleteAdCreative.xml

This file was deleted.

47 changes: 0 additions & 47 deletions src/main/resources/functions/deleteCustomAudience.xml

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/resources/uischema/deleteAdCreative.json

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/resources/uischema/deleteCustomAudience.json

This file was deleted.

0 comments on commit ac0dc40

Please sign in to comment.