Skip to content

Commit 1b779bd

Browse files
committed
Setting SNAPSHOT version 0.3.5-SNAPSHOT
1 parent bacc98f commit 1b779bd

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.4",
3+
"version": "0.3.5-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.4-SNAPSHOT";
1+
export const LIB_VERSION = "0.3.4";

0 commit comments

Comments
 (0)