Skip to content

Commit

Permalink
📦 v3.2.1
Browse files Browse the repository at this point in the history
- Fix #10, thanks to @jankapunkt
- Implement #8 via #9, thanks to @jankapunkt
- Compatibility with latest meteor and Blaze
  • Loading branch information
dr-dimitru committed Apr 5, 2023
1 parent e46b5de commit 435d4a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
babel-compiler@7.9.0
babel-runtime@1.5.0
babel-compiler@7.10.3
babel-runtime@1.5.1
base64@1.0.12
check@1.3.1
check@1.3.2
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript@0.16.6
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.2
fetch@0.1.1
ejson@1.1.3
fetch@0.1.3
inter-process-messaging@0.1.1
meteor@1.10.0
modern-browsers@0.1.8
modules@0.18.0
modules-runtime@0.13.0
meteor@1.11.1
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
ostrio:cstorage@4.0.1
ostrio:i18n@3.2.0
promise@0.12.0
react-fast-refresh@0.2.3
reactive-var@1.0.11
tracker@1.2.0
ostrio:i18n@3.2.1
promise@0.12.2
react-fast-refresh@0.2.6
reactive-var@1.0.12
tracker@1.3.1
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package.describe({
name: 'ostrio:i18n',
summary: 'Super-Lightweight and fast i18n isomorphic driver for Meteor with support of placeholders.',
version: '3.2.0',
git: 'https://github.com/VeliovGroup/Meteor-Internationalization',
version: '3.2.1',
git: 'https://github.com/veliovgroup/Meteor-Internationalization',
documentation: 'README.md'
});

Expand Down

0 comments on commit 435d4a3

Please sign in to comment.