Skip to content

Commit

Permalink
Set versions to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Apr 11, 2021
1 parent da02608 commit c28abf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions control/ProcessSessions/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="Cathal" constructor="ProcessSessions" display-name-key="ProcessSessions_Display_Key" description-key="ProcessSessions_Desc_Key" control-type="standard"
version="1.0.4">
version="1.1.0">

<property name="field" display-name-key="Field_Display_Key" description-key="Field_Desc_Key" of-type-group="any" usage="bound" required="true" />

Expand Down Expand Up @@ -45,8 +45,8 @@

<resources>
<code path="index.ts" order="1"/>
<resx path="strings/ProcessSessions.1030.resx" version="1.0.4" />
<resx path="strings/ProcessSessions.1033.resx" version="1.0.4" />
<resx path="strings/ProcessSessions.1030.resx" version="1.1.0" />
<resx path="strings/ProcessSessions.1033.resx" version="1.1.0" />
</resources>

<feature-usage>
Expand Down
2 changes: 1 addition & 1 deletion control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcf-processsessions",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"prebuild": "rimraf out",
Expand Down
2 changes: 1 addition & 1 deletion solution/src/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LocalizedName description="Process Sessions" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.0.4</Version>
<Version>1.1.0</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>2</Managed>
<Publisher>
Expand Down

0 comments on commit c28abf6

Please sign in to comment.