Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanMihaiciuc committed Jan 27, 2023
1 parent a243d53 commit 7128aa7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.9.2

This release includes bug fixes and minor improvements.

More detailed information about the contents of this release is available on the matching releases pages for:

- [BMCoreUI](https://github.com/BogdanMihaiciuc/BMCoreUI/releases/tag/2.9.2)
- [BMCodeHost](https://github.com/BogdanMihaiciuc/BMCodeHost/releases/tag/2.9.2)

# 2.9.1

This release includes bug fixes and minor improvements.
Expand Down
2 changes: 1 addition & 1 deletion metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><Entities>
<ExtensionPackages>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.9.1" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.9.2" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
</ExtensionPackages>
<Widgets>
<Widget name="BMCoreUIWidgets">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "BMCoreUIWidgets",
"packageName": "BMCoreUIWidgets",
"moduleName": "BMCoreUIWidgets",
"version": "2.9.1",
"version": "2.9.2",
"description": "A collection of reusable UI classes.",
"thingworxServer": "http://localhost:8025",
"thingworxServer": "http://localhost:8015",
"thingworxUser": "Administrator",
"thingworxPassword": "Administrator12345",
"author": "Bogdan Mihaiciuc",
Expand Down

0 comments on commit 7128aa7

Please sign in to comment.