Skip to content

Commit 5ff203c

Browse files
committed
🔖 Bumped to biztest-0.0.4
1 parent 1370337 commit 5ff203c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎apps/business/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nofrixion-business",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

‎bff/NoFrixion.Bff/Nofrixion.Bff.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<AssemblyVersion>0.0.3.0</AssemblyVersion>
8-
<FileVersion>0.0.3.0</FileVersion>
7+
<AssemblyVersion>0.0.4.0</AssemblyVersion>
8+
<FileVersion>0.0.4.0</FileVersion>
99
</PropertyGroup>
1010

1111
<ItemGroup>

‎packages/web-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nofrixion/webcomponents",
33
"private": false,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)