Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pirak committed Apr 20, 2021
1 parent 165c806 commit 85bfc78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased
-

## v0.1.2
- Add: parameter to define the percentage of points that should be added to the
jackpot. Also enables disabling of the jackpot.
-

## v0.1.1
- Add: message when user tries to enter fewer than minimum amount of points
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebot-gambling-script",
"description": "A script to gamble currency.",
"version": "0.1.1",
"version": "0.1.2",
"license": "EUPL-1.2",
"author": "pirak",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { GambleModePercentage } from './model/gamble-mode-percentage';
import { GambleEntry } from './model/gamble-entry';
import { ChatMessageEffect } from './helpers/effects/chat-message-effect';

const scriptVersion = '0.1.1';
const scriptVersion = '0.1.2';

export interface Params {
currencyId: string;
Expand Down

0 comments on commit 85bfc78

Please sign in to comment.