Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit e3425579 authored 7 years ago by Johannes Zellner's avatar Johannes Zellner
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Bump version

1 parent 1196eec5
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 4 deletions
  • CHANGELOG
  • CloudronManifest.json
  • DESCRIPTION.md
  • npm-shrinkwrap.json
  • package.json
CHANGELOG
View file @e342557
...@@ -59,3 +59,8 @@ ...@@ -59,3 +59,8 @@
[5.0.0] [5.0.0]
* Allow directory listing to be configurable * Allow directory listing to be configurable
* Refactor the UI * Refactor the UI
[5.1.0]
* Add directory upload support
* Improve drag'n'drop of files
This diff is collapsed. Click to expand it.
CloudronManifest.json
View file @e342557
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"hosting", "hosting",
"server" "server"
], ],
"version": "5.0.0", "version": "5.1.0",
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 1, "manifestVersion": 1,
......
This diff is collapsed. Click to expand it.
DESCRIPTION.md
View file @e342557
This app packages Surfer 5.0.0 This app packages Surfer 5.1.0
### Overview ### Overview
......
This diff is collapsed. Click to expand it.
npm-shrinkwrap.json
View file @e342557
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.1", "version": "5.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
This diff is collapsed. Click to expand it.
package.json
View file @e342557
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.1", "version": "5.1.0",
"description": "Simple file server", "description": "Simple file server",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment