diff --git a/README.md b/README.md index b041a8633..add071f35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pump.io -Version 3.0.0-beta.1 +Version 3.0.0 This is pump.io. It's a stream server that does most of what people really want from a social network. diff --git a/doc/pump.1 b/doc/pump.1 index 7a096ff75..a0e6993fa 100644 --- a/doc/pump.1 +++ b/doc/pump.1 @@ -15,7 +15,7 @@ .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" See the License for the specific language governing permissions and .\" limitations under the License. -.TH PUMP 1 "15 February 2017" "3.0.0-beta.1" +.TH PUMP 1 "06 March 2017" "3.0.0" .SH NAME pump.io \- stream server that does most of what people really want from a social network diff --git a/package.json b/package.json index f08f2a8f1..c7e2a09a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pump.io", "preferGlobal": "true", "homepage": "http://pump.io/", - "version": "3.0.0-beta.1", + "version": "3.0.0", "author": "Evan Prodromou ", "devDependencies": { "jscs": "^3.0.3",