Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Mar 19, 2021
1 parent 8418660 commit 9e4c6c1
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 810 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
globals: {
appVersion: true
},
parserOptions: {
requireConfigFile: false
},
extends: [
'@nextcloud'
]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
echo "###### install dependencies"
export DEBIAN_FRONTEND=noninteractive
sudo apt update -y
# sudo apt upgrade -y
sudo apt install make openssl -y
echo "###### installing nextcloud"
mkdir ~/html
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.0.0 – 2021-03-19
### Changed
- bump js libs

## 0.0.10 – 2021-02-23
### Fixed
- bring back 20 compatibility
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Twitter integration</name>
<summary>Integration of Twitter microblogging and social networking service</summary>
<description><![CDATA[Twitter integration provides dashboard widgets displaying your important notifications and your home timeline.]]></description>
<version>0.0.10</version>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Twitter</namespace>
Expand Down
Loading

0 comments on commit 9e4c6c1

Please sign in to comment.