Skip to content

Commit

Permalink
feat: updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlysid committed Mar 28, 2024
1 parent 72965f9 commit 0563c6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
Minimal Theme compiler for Obsidian
Tweaked for Apex by @clearlysid
MIT License
Copyright (c) 2020-2021 Stephan Ango (@kepano)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Apex",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "1.5.0",
"author": "clearlysid",
"authorUrl": "https://www.twitter.com/clearlysid"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apex",
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {
"dotenv": "^10.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "1.5.0"
"1.0.0": "1.5.0",
"1.1.0": "1.5.0"
}

0 comments on commit 0563c6b

Please sign in to comment.