Skip to content

Commit

Permalink
Bump up version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clvs7-gh committed Jan 15, 2022
1 parent 5efb99c commit bc7ad15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rec0-bot",
"version": "2.2.0",
"version": "2.2.1",
"description": "A bot for revolution of comm :)",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/environment/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'path';
import { Environment } from '../interface/environment.interface';

export const environmentDev: Environment = {
version: '2.2.0',
version: '2.2.1',
isProduction: false,
slack: {
token: {
Expand Down
2 changes: 1 addition & 1 deletion src/environment/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'path';
import { Environment } from '../interface/environment.interface';

export const environmentProd: Environment = {
version: '2.2.0',
version: '2.2.1',
isProduction: true,
slack: {
token: {
Expand Down

0 comments on commit bc7ad15

Please sign in to comment.