From 8585e1f2a4f0ddfa8f95f7a44aea205047ab92d4 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 6 Jul 2017 12:26:29 -0700 Subject: [PATCH] Release v2.0.5 --- changelog.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 43759d94..d3da5d9d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # Changelog - vector_math -## v 2.0.5 - Unreleased +## v 2.0.5 - July 2017 + +- Strong mode clean ## v 2.0.4 - February 2017 diff --git a/pubspec.yaml b/pubspec.yaml index 66cfa86c..6eab1e91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: vector_math -version: 2.0.5-dev +version: 2.0.5 author: John McCutchan description: A Vector Math library for 2D and 3D applications. homepage: https://github.com/google/vector_math.dart