Skip to content

Commit

Permalink
Merge pull request #109 from boltgolt/dev
Browse files Browse the repository at this point in the history
version 1.5.2
  • Loading branch information
boltgolt authored Jan 19, 2025
2 parents 310d7ae + c229f01 commit a6c31f5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "boltobserv",
"version": "1.5.1",
"version": "1.5.2",
"_whatisthis": "Older versions of Boltobserv used this file to check for updates, so it can't be deleted. The real package.json is in /src"
}
2 changes: 1 addition & 1 deletion src/config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// without making changes here. This makes your config a lot more portable.

{
"_version": "1.5.1",
"_version": "1.5.2",

// Settings related to the Boltobserv window
"window": {
Expand Down
6 changes: 3 additions & 3 deletions src/maps/de_train/meta.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
// The version of this meta file
"radar": 2,
"radar": 3,
// The object format version this file is using
"format": 3
},
Expand All @@ -11,8 +11,8 @@

// How many in-game units is the origin (0,0) of the map from the bottom left point of the radar
"offset": {
"x": 2510,
"y": 2440
"x": 2730,
"y": 2360
},

// Contains any special map splits
Expand Down
Binary file modified src/maps/de_train/overlay_buyzones.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/maps/de_train/overlay_logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/maps/de_train/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltobserv",
"version": "1.5.1",
"version": "1.5.2",
"description": "External radar for CSGO observers",
"main": "index.js",
"homepage": "https://github.com/boltgolt/boltobserv/",
Expand Down

0 comments on commit a6c31f5

Please sign in to comment.