diff --git a/README.md b/README.md index 5caab04..7024dc2 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,7 @@ We currently have translations (except the 'Columns' button) for: - Hebrew (he) - Icelandic (is) - Italian (it) +- Macedonian (mk) - Norwegian (no) - Persian (fa) - Polish (pl) diff --git a/package.js b/package.js index 4e2c71d..6ff29ac 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: "A reactive table designed for Meteor", - version: "0.8.37", + version: "0.8.38", name: "aslagle:reactive-table", git: "https://github.com/aslagle/reactive-table.git" });