Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Oct 26, 2022
1 parent 0dbd65a commit 5b76d79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.3.1
- charp: fix references
- ruby: update rails

## 1.3.0
- update empty files
- anonymous without chat
Expand Down
2 changes: 1 addition & 1 deletion web/documentserver-example/csharp/settings.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<clear />
<add key="version" value="1.3.0"/>
<add key="version" value="1.3.1"/>

<add key="filesize-max" value="52428800"/>
<add key="storage-path" value=""/>
Expand Down
2 changes: 1 addition & 1 deletion web/documentserver-example/ruby/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Application < Rails::Application
end
end

Rails.configuration.version="1.3.0"
Rails.configuration.version="1.3.1"

Rails.configuration.fileSizeMax=5242880
Rails.configuration.storagePath="app_data"
Expand Down

0 comments on commit 5b76d79

Please sign in to comment.