Skip to content

Commit f940a52

Browse files
committed
1.13.0-alpha.1
1 parent b910a2f commit f940a52

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/aigle-es5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13906,7 +13906,7 @@
1390613906
function(require, module, exports) {
1390713907
module.exports = {
1390813908
name: 'aigle',
13909-
version: '1.13.0-alpha.0',
13909+
version: '1.13.0-alpha.1',
1391013910
description: 'Aigle is an ideal Promise library, faster and more functional than other Promise libraries',
1391113911
main: 'index.js',
1391213912
typings: 'aigle.d.ts',

dist/aigle-es5.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5269,7 +5269,7 @@
52695269
function(t, e, i) {
52705270
e.exports = {
52715271
name: 'aigle',
5272-
version: '1.13.0-alpha.0',
5272+
version: '1.13.0-alpha.1',
52735273
description: 'Aigle is an ideal Promise library, faster and more functional than other Promise libraries',
52745274
main: 'index.js',
52755275
typings: 'aigle.d.ts',

dist/aigle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12876,7 +12876,7 @@
1287612876
function(require, module, exports) {
1287712877
module.exports = {
1287812878
name: 'aigle',
12879-
version: '1.13.0-alpha.0',
12879+
version: '1.13.0-alpha.1',
1288012880
description: 'Aigle is an ideal Promise library, faster and more functional than other Promise libraries',
1288112881
main: 'index.js',
1288212882
typings: 'aigle.d.ts',

dist/aigle.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4696,7 +4696,7 @@
46964696
function(e, t) {
46974697
t.exports = {
46984698
name: 'aigle',
4699-
version: '1.13.0-alpha.0',
4699+
version: '1.13.0-alpha.1',
47004700
description: 'Aigle is an ideal Promise library, faster and more functional than other Promise libraries',
47014701
main: 'index.js',
47024702
typings: 'aigle.d.ts',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aigle",
3-
"version": "1.13.0-alpha.0",
3+
"version": "1.13.0-alpha.1",
44
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
55
"main": "index.js",
66
"typings": "aigle.d.ts",

0 commit comments

Comments
 (0)