Skip to content

Commit

Permalink
Increase release numbers to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpower committed Nov 4, 2017
1 parent ae2edca commit ac7d41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPFSWebService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IPFSWebService'
s.version = '0.2.0'
s.version = '1.0.0'
s.summary = 'Defines and versions the HTTP based IPFS interface.'
s.description = <<-DESC
The API for communication with an IPFS server is defined and versioned by
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
title: IPFSWebService
description:
This specification defines a minimalist subset of the HTTP API for IPFS.
version: 0.2.0
version: 1.0.0

host: 127.0.0.1:5001
basePath: /api/v0
Expand Down

0 comments on commit ac7d41b

Please sign in to comment.