Skip to content

Commit

Permalink
Update static assets version
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Aug 5, 2024
1 parent e5fcbc0 commit e188da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SEQUENCE_ASSETS_URL_PREFIX = 'https://assets.sequence.info/'

// Because the assets on assets.sequence.info are not versioned, we need to occasionally update the version
// in order to cache bust the assets when an asset with the same name is updated.
const VERSION = 5
const VERSION = 6

type Size = 'small' | 'medium' | 'large'
type SizeAbbreviation = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
Expand Down

0 comments on commit e188da0

Please sign in to comment.