Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Dec 13, 2023
1 parent 07a913e commit 6ed8f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bing-wallpaper-macos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void updateConfig(const path configpath, const json jsonData);

// Constants
const string ProgramName = "bing-wallpaper-macos";
const string ProgramVersion = "0.0.8";
const string ProgramVersion = "1.0.0";
const path ProgramDir = string(getenv("HOME")) + "/.local/" + ProgramName + "/";
const string ConfigName = "config.json";

Expand Down

0 comments on commit 6ed8f04

Please sign in to comment.