diff --git a/README.md b/README.md index 4377e10a1..b041a8633 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pump.io -Version 3.0.0-beta.0 +Version 3.0.0-beta.1 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 172190058..7a096ff75 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 "02 February 2017" "3.0.0-beta.0" +.TH PUMP 1 "15 February 2017" "3.0.0-beta.1" .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 bbc0a30df..f08f2a8f1 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.0", + "version": "3.0.0-beta.1", "author": "Evan Prodromou ", "devDependencies": { "jscs": "^3.0.3",