Skip to content

Commit a7d7437

Browse files
committed
Setting SNAPSHOT version 0.3.3-SNAPSHOT
1 parent ce91511 commit a7d7437

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microcks/microcks-testcontainers",
3-
"version": "0.3.2",
3+
"version": "0.3.3-SNAPSHOT",
44
"author": "Laurent Broudoux <laurent@microcks.io>",
55
"description": "Node/TypeScript library for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers",
66
"bugs": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "0.3.2-SNAPSHOT";
1+
export const LIB_VERSION = "0.3.2";

0 commit comments

Comments
 (0)