Skip to content

Commit

Permalink
Version update to 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Balancingrock committed Jun 8, 2017
1 parent 3f7433d commit 5382a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Note: Planned releases are for information only and almost always change.

#### 2.0.0 (Thought about)

- Session support
- Add URL redirection list

#### 1.0.0 (Planned)
Expand All @@ -88,12 +87,12 @@ Note: Planned releases are for information only and almost always change.
- Small feature improvements (if necessary)
- Code improvements

#### 0.10.10 (Planned)
#### 0.10.10 (Current)

- Better HTML support for code generation (improving the admin interface)
- Improved handling for (very) large HTTP request bodies (asynchronous processing).
- Added handling of (very) large HTTP request bodies

#### 0.10.9 (Current)
#### 0.10.9

- Completion of server admin web based interface
- Removal of code related to SwifterConsole (no longer supported)
Expand Down
3 changes: 2 additions & 1 deletion Sources/ServerTelemetry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: Telemetry.swift
// Project: Swiftfire
//
private let version = "0.10.9"
private let version = "0.10.10"
//
// Author: Marinus van der Lugt
// Company: http://balancingrock.nl
Expand Down Expand Up @@ -48,6 +48,7 @@ private let version = "0.10.9"
//
// History
//
// 0.10.10 - Version number update
// 0.10.9 - Version number update
// 0.10.8 - Version number update
// 0.10.7 - Version number update
Expand Down

0 comments on commit 5382a48

Please sign in to comment.