Skip to content

Commit

Permalink
Do the 1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Sep 16, 2021
1 parent 8c03e35 commit 1cdcd3d
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 480 deletions.
25 changes: 25 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
src
.git
tests
node_modules
.codecov.yml
composer.json
composer.lock
_config.yml
.drone.yml
.travis.yml
.eslintignore
.eslintrc.yml
.github
.gitignore
issue_template.md
krankerl.toml
Makefile
mkdocs.yml
.nextcloudignore
package.json
package-lock.json
README.md
run-eslint.sh
webpack.*
img/screenshots
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Monthly Status Email</name>
<summary>Monthly notifications with storage usage and tips and tricks</summary>
<description>Monthly notifications with some storage usage information and tips and tricks.</description>
<version>23.0.0</version>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Carl Schwan</author>
<namespace>MonthlyStatusEmail</namespace>
Expand Down
5 changes: 5 additions & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[package]
before_cmds = [
"npm install",
"npm run build"
]
Loading

0 comments on commit 1cdcd3d

Please sign in to comment.