diff --git a/readme.md b/readme.md index 9d65081..27319f7 100644 --- a/readme.md +++ b/readme.md @@ -60,4 +60,4 @@ console.log(instance.hello()); - Currently, the synchronization logic has been refactored and modified using `@code-recycle/cli` to ensure consistency with the official version of `angular` # Examples -- [https://github.com/wszgrcy/static-injector/tree/alpha/test/import](https://github.com/wszgrcy/static-injector/tree/alpha/test/import) \ No newline at end of file +- [https://github.com/wszgrcy/static-injector/tree/main/test/import](https://github.com/wszgrcy/static-injector/tree/main/test/import) \ No newline at end of file diff --git a/readme.zh-Hans.md b/readme.zh-Hans.md index f9c1eb2..dc2df7a 100644 --- a/readme.zh-Hans.md +++ b/readme.zh-Hans.md @@ -57,4 +57,4 @@ console.log(instance.hello()); - 目前重构了同步逻辑,使用`@code-recycle/cli`进行修改,保证与`angular`官方版本一致 # 实例 -- [https://github.com/wszgrcy/static-injector/tree/alpha/test/import](https://github.com/wszgrcy/static-injector/tree/alpha/test/import) \ No newline at end of file +- [https://github.com/wszgrcy/static-injector/tree/main/test/import](https://github.com/wszgrcy/static-injector/tree/main/test/import) \ No newline at end of file diff --git a/src/package.json b/src/package.json index f89f745..b8519b9 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "static-injector", - "version": "5.0.0-alpha.0", + "version": "5.0.0", "description": "Angular 依赖注入独立版本;Angular dependency injection standalone version", "keywords": [ "angular",