Skip to content

Commit 80b7f81

Browse files
committed
bump to 1.9.1
1 parent 1e69969 commit 80b7f81

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/mosip",
3-
"version": "1.9.0-mock.1",
3+
"version": "1.9.1",
44
"license": "MPL-2.0",
55
"private": true,
66
"packageManager": "[email protected]",

packages/country-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/mosip",
3-
"version": "1.9.0-mock.1",
3+
"version": "1.9.1",
44
"license": "MPL-2.0",
55
"main": "./build/index.js",
66
"exports": {

packages/esignet-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opencrvs/esignet-mock",
33
"license": "MPL-2.0",
4-
"version": "1.9.0-mock.1",
4+
"version": "1.9.1",
55
"main": "index.js",
66
"scripts": {
77
"dev": "NODE_ENV=development tsx watch src/index.ts",

packages/mosip-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/mosip-api",
3-
"version": "1.9.0-mock.1",
3+
"version": "1.9.1",
44
"license": "MPL-2.0",
55
"scripts": {
66
"dev": "NODE_ENV=development tsx watch --env-file-if-exists=../../.env src/index.ts",

packages/mosip-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/mosip-mock",
3-
"version": "1.9.0-mock.1",
3+
"version": "1.9.1",
44
"license": "MPL-2.0",
55
"scripts": {
66
"dev": "NODE_ENV=development tsx watch src/index.ts",

0 commit comments

Comments
 (0)