Skip to content

Commit 0eee43e

Browse files
committed
Update version to 0.0.3 in package.json, package-lock.json, and constants file
1 parent 9eb5c6e commit 0eee43e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "@jmoyson/coldr",
3-
"version": "0.0.2-beta.3",
3+
"version": "0.0.3",
44
"description": "Run Cold emails campaigns from your terminal.",
55
"bin": {
66
"coldr": "bin/index.js"

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
export const APP_NAME = 'coldr';
6-
export const APP_VERSION = '0.0.2-beta.3';
6+
export const APP_VERSION = '0.0.3';
77
export const APP_DESCRIPTION = 'Run Cold emails campaigns from your terminal.';
88

99
/**

0 commit comments

Comments
 (0)