Skip to content

Commit

Permalink
chore: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dualsaber committed Apr 30, 2024
1 parent 4c6e04c commit 05309d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getPlanetEvents, getAssignments, getAllPlanets } from "./lib/api"

// CONFIGS
const REFRESH_INTERVAL = 20
const VERSION = "v1.2.0"
const VERSION = "v1.2.1"

export const initialState = {
loading: 1,
Expand Down

0 comments on commit 05309d6

Please sign in to comment.