Skip to content

Commit

Permalink
Merge pull request #5 from nextcloud/releases/1.0.1
Browse files Browse the repository at this point in the history
prepare 1.0.1
  • Loading branch information
kyteinsky authored Aug 23, 2023
2 parents 209390c + b2a668d commit fe284dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.0.1 - 2023-08-22
### Added
* redirect uri in oauth requests
### Fixed
* slack profile pictures url fix

## 1.0.0 – 2023-07-20
### Added
* the app
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>Slack Integration</name>
<summary>Integration of Slack</summary>
<description><![CDATA[Slack integration lets you send files to Slack from Nextcloud Files.]]></description>
<version>1.0.0</version>
<version>1.0.1</version>
<licence>agpl</licence>
<author>Anupam Kumar</author>
<namespace>Slack</namespace>
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": "integration_slack",
"version": "1.0.0",
"version": "1.0.1",
"description": "Slack integration",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit fe284dd

Please sign in to comment.