Skip to content

Commit

Permalink
Show Releas Notes first installed
Browse files Browse the repository at this point in the history
  • Loading branch information
saertna committed Feb 16, 2024
1 parent 42f79be commit f035ad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Badge } from './badges'
export const PLUGIN_VERSION = '0.0.89';
export const PLUGIN_VERSION = '0.0.88';
export const pointsNoteMajurity = 100;
export const pointsMajurity = 10;
export const pointsForDailyChallenge = 500;
Expand Down
11 changes: 0 additions & 11 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ import {
import {ModalInformationbox} from 'ModalInformationbox';
import {ModalBooster} from 'ModalBooster';
import {decryptBoolean, decryptNumber, decryptString, encryptBoolean, encryptNumber, encryptString} from 'encryption';
import {
checkGamifiedPkmVersion,
concatenateStrings,
getBoosterRunTimeFromVarName,
isMinutesPassed,
isOneDayBefore,
isSameDay,
parseBadgeCSV2Dict,
rateDirectionForStatusPoints
} from './Utils'
import {GamificationMediator} from './GamificationMediator';
import {
checkGamifiedPkmVersion,
concatenateStrings,
Expand Down

0 comments on commit f035ad1

Please sign in to comment.