Skip to content

Commit

Permalink
Merge pull request #1 from loupeteam/feature/loupe-ux-name-fix
Browse files Browse the repository at this point in the history
Remove references to webHMI, and replace with Loupe UX
  • Loading branch information
AndrewMusser authored Dec 13, 2023
2 parents 6a99bea + e6aeb14 commit eb5f5da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log

- 1.0.1 - Replace all webHMI references with Loupe UX

- 1.0.0 - Public release

- 0.5.3 - Add supporting files in preparation for open-sourcing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info@loupe.team

# Description

LPM is the Loupe Package Manager. This tool is designed to make it easy to interact with Loupe packages within the Automation Studio and webHMI ecosystems. It provides a command line interface for installing packages in a project, and for managing their lifecycle (version update, dependency checks, removal, etc).
LPM is the Loupe Package Manager. This tool is designed to make it easy to interact with Loupe packages within the Automation Studio and Loupe UX ecosystems. It provides a command line interface for installing packages in a project, and for managing their lifecycle (version update, dependency checks, removal, etc).

# Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/ASPython
2 changes: 1 addition & 1 deletion src/LPM.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This is a lightweight wrapper around NPM that processes Loupe packages.
'''

__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Andrew Musser'

# Python modules
Expand Down
2 changes: 1 addition & 1 deletion utils/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LPM"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.0.1"
#define MyAppPublisher "Loupe"
#define MyAppURL "https://loupe.team/"
#define MyAppExeName "LPM.cmd"
Expand Down

0 comments on commit eb5f5da

Please sign in to comment.