From d2edad5aa54b7ab59469adc0ba153340dcb3298e Mon Sep 17 00:00:00 2001 From: Mychal Thompson Date: Tue, 21 Jan 2020 13:32:37 -0500 Subject: [PATCH] Bumped version to 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f47b39..6c5c274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lithiumjs/angular", - "version": "3.1.0-rc.0", + "version": "3.1.0", "description": "A decorator-based library for Angular that enables seamless reactive data binding using RxJS. Use Observables as first-class citizens in your view templates!", "author": "Mychal Thompson ", "repository": "https://github.com/lVlyke/lithium-angular",