Skip to content

Commit

Permalink
Merge pull request #4 from makombe/version
Browse files Browse the repository at this point in the history
Up version to 3.0.2
  • Loading branch information
makombe authored and donaldkibet committed Jul 17, 2024
2 parents 26a12ee + 6c50fd0 commit 7563f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: KenyaEMR CI

on:
push:
Expand All @@ -10,8 +10,8 @@ on:
- created

env:
ESM_NAME: "@openmrs/esm-stock-management-app"
JS_NAME: "openmrs-esm-stock-management-app.js"
ESM_NAME: "@kenyaemr/esm-stock-management-app"
JS_NAME: "kenyaemr-esm-stock-management-app.js"

jobs:
build:
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": "@kenyaemr/esm-stock-management-app",
"version": "1.0.1",
"version": "3.0.2",
"license": "MPL-2.0",
"description": "Stock management microfrontend for OpenMRS 3.x",
"browser": "dist/kenyaemr-esm-stock-management-app.js",
Expand Down

0 comments on commit 7563f70

Please sign in to comment.