Skip to content

Commit b8f5b24

Browse files
committed
Bump version 1.0.0
1 parent fa476e6 commit b8f5b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mockoon-config-transformer",
33
"description": "A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree with 100% backward compatibility",
4-
"version": "0.0.6",
4+
"version": "1.0.0",
55
"type": "module",
66
"files": [
77
"dist"

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const name = 'mockoon-config-transformer';
2-
export const version = '0.0.6';
2+
export const version = '1.0.0';
33

44
export const SUPPORTED_MIGRATION = 28;
55
export const SUPPORTED_COMMANDS = {

0 commit comments

Comments
 (0)